Html Css Color HEX #C82F14 Harley Davidson Orange

📋 copy color: '#C82F14'

red 200 ◦ green 47 ◦ blue 20

#C82F14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C82F14

Tints of Harley Davidson Orange #C82F14

RGB

 RED value IS 200 (78.52% from 255) = 74.91%

 GREEN value IS 47 (18.75% from 255) = 17.6%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 74.91%
G = 17.6%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.9

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C82F14 (or 0xC82F14) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 14. RGB value is (200,47,20). Sum of RGB (Red+Green+Blue) = 200+47+20=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F14 is #37D0EB. Grayscale: #595959. Windows color (decimal): -3657964 or 1322952. OLE color: 1322952.

HSL color Cylindrical-coordinate representation of color #C82F14: hue angle of 9º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C82F14 is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 20 -
CMYK 0 0.76 0.9 0.22
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 24.96 14.36 2.12 -
YUV 89.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 200 47 20 0 0.76 0.9 0.22 9 0.82 0.43
Hex C8 2F 14 0 4C 5A 16 9 52 2B
Octal 310 57 24 0 114 132 26 11 122 53
Binary 11001000 101111 10100 0 1001100 1011010 10110 1001 1010010 101011

Color Harmonies of #C82F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F14

Black with #C82F14

Text Example


Text Example

White with #C82F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F14; }

 p { color: rgb(200,47,20); }

 H1.HeaderClassName
 {
   color: #C82F14;
 }
 .AnyTagClassName
 {
   color: #C82F14;
 }
</style>

background-color css

<style>
 a { background-color: #C82F14; }

 a { background-color: rgb(200,47,20); }

 div.DivClassName
 {
   background-color: #C82F14;
 }
 .BgClassName
 {
   background-color: #C82F14;
 }
</style>

border-color css

<style>
 span { border-color: #C82F14; }

 span { border-color: rgb(200,47,20); }

 td.TdClassName
 {
   border-color: #C82F14;
 }
 .TagClassName
 {
   border-color: #C82F14;
 }
</style>