Html Css Color HEX #C32006 Harley Davidson Orange

📋 copy color: '#C32006'

red 195 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #C32006

Tints of Harley Davidson Orange #C32006

RGB

 RED value IS 195 (76.56% from 255) = 83.69%

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 6 (2.73% from 255) = 2.58%

R = 83.69%
G = 13.73%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C32006 (or 0xC32006) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 06. RGB value is (195,32,6). Sum of RGB (Red+Green+Blue) = 195+32+6=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C32006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32006 is #3CDFF9. Grayscale: #4E4E4E. Windows color (decimal): -3989498 or 401603. OLE color: 401603.

HSL color Cylindrical-coordinate representation of color #C32006: hue angle of 8.25º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C32006 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 6 -
CMYK 0 0.84 0.97 0.24
HSL 8.25º 0.94% 0.39% -
HSV(B) 8.25º 0.97% 0.76% -
XYZ 23.06 12.65 1.4 -
YUV 77.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 195 32 6 0 0.84 0.97 0.24 8.25 0.94 0.39
Hex C3 20 6 0 54 61 18 8 5E 27
Octal 303 40 6 0 124 141 30 10 136 47
Binary 11000011 100000 110 0 1010100 1100001 11000 1000 1011110 100111

Color Harmonies of #C32006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32006

Black with #C32006

Text Example


Text Example

White with #C32006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32006; }

 p { color: rgb(195,32,6); }

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

background-color css

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

 a { background-color: rgb(195,32,6); }

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

border-color css

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

 span { border-color: rgb(195,32,6); }

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