Html Css Color HEX #C42305 Harley Davidson Orange

📋 copy color: '#C42305'

red 196 ◦ green 35 ◦ blue 5

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

Shades of Harley Davidson Orange #C42305

Tints of Harley Davidson Orange #C42305

RGB

 RED value IS 196 (76.95% from 255) = 83.05%

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

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

R = 83.05%
G = 14.83%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C42305 (or 0xC42305) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 05. RGB value is (196,35,5). Sum of RGB (Red+Green+Blue) = 196+35+5=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C42305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42305 is #3BDCFA. Grayscale: #4F4F4F. Windows color (decimal): -3923195 or 336836. OLE color: 336836.

HSL color Cylindrical-coordinate representation of color #C42305: hue angle of 9.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C42305 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 5 -
CMYK 0 0.82 0.97 0.23
HSL 9.42º 0.95% 0.39% -
HSV(B) 9.42º 0.97% 0.77% -
XYZ 23.39 12.95 1.41 -
YUV 79.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 196 35 5 0 0.82 0.97 0.23 9.42 0.95 0.39
Hex C4 23 5 0 52 61 17 9 5F 27
Octal 304 43 5 0 122 141 27 11 137 47
Binary 11000100 100011 101 0 1010010 1100001 10111 1001 1011111 100111

Color Harmonies of #C42305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42305

Black with #C42305

Text Example


Text Example

White with #C42305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42305; }

 p { color: rgb(196,35,5); }

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

background-color css

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

 a { background-color: rgb(196,35,5); }

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

border-color css

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

 span { border-color: rgb(196,35,5); }

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