Html Css Color HEX #C82F19 Harley Davidson Orange

📋 copy color: '#C82F19'

red 200 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #C82F19

Tints of Harley Davidson Orange #C82F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 73.53%
G = 17.28%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82F19 (or 0xC82F19) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 19. RGB value is (200,47,25). Sum of RGB (Red+Green+Blue) = 200+47+25=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F19 is #37D0E6. Grayscale: #5A5A5A. Windows color (decimal): -3657959 or 1650632. OLE color: 1650632.

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

Color convert

RGB 200 47 25 -
CMYK 0 0.76 0.88 0.22
HSL 7.54º 0.78% 0.44% -
HSV(B) 7.54º 0.88% 0.78% -
XYZ 25.01 14.38 2.38 -
YUV 90.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 200 47 25 0 0.76 0.88 0.22 7.54 0.78 0.44
Hex C8 2F 19 0 4C 58 16 8 4E 2C
Octal 310 57 31 0 114 130 26 10 116 54
Binary 11001000 101111 11001 0 1001100 1011000 10110 1000 1001110 101100

Color Harmonies of #C82F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F19

Black with #C82F19

Text Example


Text Example

White with #C82F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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