Html Css Color HEX #C42B0E Harley Davidson Orange

📋 copy color: '#C42B0E'

red 196 ◦ green 43 ◦ blue 14

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

Shades of Harley Davidson Orange #C42B0E

Tints of Harley Davidson Orange #C42B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 77.47%
G = 17%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C42B0E (or 0xC42B0E) is known color: Harley Davidson Orange. HEX triplet: C4, 2B and 0E. RGB value is (196,43,14). Sum of RGB (Red+Green+Blue) = 196+43+14=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42B0E is #3BD4F1. Grayscale: #555555. Windows color (decimal): -3921138 or 928708. OLE color: 928708.

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

Color convert

RGB 196 43 14 -
CMYK 0 0.78 0.93 0.23
HSL 9.56º 0.87% 0.41% -
HSV(B) 9.56º 0.93% 0.77% -
XYZ 23.71 13.5 1.77 -
YUV 85.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 196 43 14 0 0.78 0.93 0.23 9.56 0.87 0.41
Hex C4 2B E 0 4E 5D 17 A 57 29
Octal 304 53 16 0 116 135 27 12 127 51
Binary 11000100 101011 1110 0 1001110 1011101 10111 1010 1010111 101001

Color Harmonies of #C42B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B0E

Black with #C42B0E

Text Example


Text Example

White with #C42B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B0E; }

 p { color: rgb(196,43,14); }

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

background-color css

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

 a { background-color: rgb(196,43,14); }

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

border-color css

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

 span { border-color: rgb(196,43,14); }

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