Html Css Color HEX #C42C05 Harley Davidson Orange

📋 copy color: '#C42C05'

red 196 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #C42C05

Tints of Harley Davidson Orange #C42C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

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

R = 80%
G = 17.96%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C42C05 (or 0xC42C05) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 05. RGB value is (196,44,5). Sum of RGB (Red+Green+Blue) = 196+44+5=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C05 is #3BD3FA. Grayscale: #555555. Windows color (decimal): -3920891 or 339140. OLE color: 339140.

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

Color convert

RGB 196 44 5 -
CMYK 0 0.78 0.97 0.23
HSL 12.25º 0.95% 0.39% -
HSV(B) 12.25º 0.97% 0.77% -
XYZ 23.69 13.55 1.51 -
YUV 85 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 196 44 5 0 0.78 0.97 0.23 12.25 0.95 0.39
Hex C4 2C 5 0 4E 61 17 C 5F 27
Octal 304 54 5 0 116 141 27 14 137 47
Binary 11000100 101100 101 0 1001110 1100001 10111 1100 1011111 100111

Color Harmonies of #C42C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C05

Black with #C42C05

Text Example


Text Example

White with #C42C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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