Html Css Color HEX #C42C0F Harley Davidson Orange

📋 copy color: '#C42C0F'

red 196 ◦ green 44 ◦ blue 15

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

Shades of Harley Davidson Orange #C42C0F

Tints of Harley Davidson Orange #C42C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 76.86%
G = 17.25%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C42C0F (or 0xC42C0F) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 0F. RGB value is (196,44,15). Sum of RGB (Red+Green+Blue) = 196+44+15=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C0F is #3BD3F0. Grayscale: #565656. Windows color (decimal): -3920881 or 994500. OLE color: 994500.

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

Color convert

RGB 196 44 15 -
CMYK 0 0.78 0.92 0.23
HSL 9.61º 0.86% 0.41% -
HSV(B) 9.61º 0.92% 0.77% -
XYZ 23.75 13.57 1.82 -
YUV 86.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 196 44 15 0 0.78 0.92 0.23 9.61 0.86 0.41
Hex C4 2C F 0 4E 5C 17 A 56 29
Octal 304 54 17 0 116 134 27 12 126 51
Binary 11000100 101100 1111 0 1001110 1011100 10111 1010 1010110 101001

Color Harmonies of #C42C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C0F

Black with #C42C0F

Text Example


Text Example

White with #C42C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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