Html Css Color HEX #C32306 Harley Davidson Orange

📋 copy color: '#C32306'

red 195 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #C32306

Tints of Harley Davidson Orange #C32306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 82.63%
G = 14.83%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C32306 (or 0xC32306) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 06. RGB value is (195,35,6). Sum of RGB (Red+Green+Blue) = 195+35+6=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C32306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32306 is #3CDCF9. Grayscale: #4F4F4F. Windows color (decimal): -3988730 or 402371. OLE color: 402371.

HSL color Cylindrical-coordinate representation of color #C32306: hue angle of 9.21º 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 #C32306 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 6 -
CMYK 0 0.82 0.97 0.24
HSL 9.21º 0.94% 0.39% -
HSV(B) 9.21º 0.97% 0.76% -
XYZ 23.14 12.82 1.43 -
YUV 79.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 195 35 6 0 0.82 0.97 0.24 9.21 0.94 0.39
Hex C3 23 6 0 52 61 18 9 5E 27
Octal 303 43 6 0 122 141 30 11 136 47
Binary 11000011 100011 110 0 1010010 1100001 11000 1001 1011110 100111

Color Harmonies of #C32306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32306

Black with #C32306

Text Example


Text Example

White with #C32306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32306; }

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

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

background-color css

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

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

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

border-color css

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

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

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