Html Css Color HEX #C42C0A Harley Davidson Orange

📋 copy color: '#C42C0A'

red 196 ◦ green 44 ◦ blue 10

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

Shades of Harley Davidson Orange #C42C0A

Tints of Harley Davidson Orange #C42C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 78.4%
G = 17.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C42C0A (or 0xC42C0A) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 0A. RGB value is (196,44,10). Sum of RGB (Red+Green+Blue) = 196+44+10=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C0A is #3BD3F5. Grayscale: #555555. Windows color (decimal): -3920886 or 666820. OLE color: 666820.

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

Color convert

RGB 196 44 10 -
CMYK 0 0.78 0.95 0.23
HSL 10.97º 0.9% 0.4% -
HSV(B) 10.97º 0.95% 0.77% -
XYZ 23.72 13.56 1.65 -
YUV 85.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 196 44 10 0 0.78 0.95 0.23 10.97 0.9 0.4
Hex C4 2C A 0 4E 5F 17 B 5A 28
Octal 304 54 12 0 116 137 27 13 132 50
Binary 11000100 101100 1010 0 1001110 1011111 10111 1011 1011010 101000

Color Harmonies of #C42C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C0A

Black with #C42C0A

Text Example


Text Example

White with #C42C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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