Html Css Color HEX #C32205 Harley Davidson Orange

📋 copy color: '#C32205'

red 195 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #C32205

Tints of Harley Davidson Orange #C32205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 83.33%
G = 14.53%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C32205 (or 0xC32205) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 05. RGB value is (195,34,5). Sum of RGB (Red+Green+Blue) = 195+34+5=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C32205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32205 is #3CDDFA. Grayscale: #4F4F4F. Windows color (decimal): -3988987 or 336579. OLE color: 336579.

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

Color convert

RGB 195 34 5 -
CMYK 0 0.83 0.97 0.24
HSL 9.16º 0.95% 0.39% -
HSV(B) 9.16º 0.97% 0.76% -
XYZ 23.11 12.76 1.39 -
YUV 78.83 86.34 210.86 -
System Red Green Blue C M Y K H S L
Decimal 195 34 5 0 0.83 0.97 0.24 9.16 0.95 0.39
Hex C3 22 5 0 53 61 18 9 5F 27
Octal 303 42 5 0 123 141 30 11 137 47
Binary 11000011 100010 101 0 1010011 1100001 11000 1001 1011111 100111

Color Harmonies of #C32205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32205

Black with #C32205

Text Example


Text Example

White with #C32205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32205; }

 p { color: rgb(195,34,5); }

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

background-color css

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

 a { background-color: rgb(195,34,5); }

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

border-color css

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

 span { border-color: rgb(195,34,5); }

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