Html Css Color HEX #C32005 Harley Davidson Orange

📋 copy color: '#C32005'

red 195 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #C32005

Tints of Harley Davidson Orange #C32005

RGB

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

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

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

R = 84.05%
G = 13.79%
B = 2.16%

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

#C32005 (or 0xC32005) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 05. RGB value is (195,32,5). Sum of RGB (Red+Green+Blue) = 195+32+5=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C32005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32005 is #3CDFFA. Grayscale: #4D4D4D. Windows color (decimal): -3989499 or 336067. OLE color: 336067.

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

Color convert

RGB 195 32 5 -
CMYK 0 0.84 0.97 0.24
HSL 8.53º 0.95% 0.39% -
HSV(B) 8.53º 0.97% 0.76% -
XYZ 23.05 12.65 1.37 -
YUV 77.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 195 32 5 0 0.84 0.97 0.24 8.53 0.95 0.39
Hex C3 20 5 0 54 61 18 9 5F 27
Octal 303 40 5 0 124 141 30 11 137 47
Binary 11000011 100000 101 0 1010100 1100001 11000 1001 1011111 100111

Color Harmonies of #C32005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32005

Black with #C32005

Text Example


Text Example

White with #C32005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32005; }

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

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

background-color css

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

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

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

border-color css

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

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

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