Html Css Color HEX #C42E1E Harley Davidson Orange

📋 copy color: '#C42E1E'

red 196 ◦ green 46 ◦ blue 30

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

Shades of Harley Davidson Orange #C42E1E

Tints of Harley Davidson Orange #C42E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 72.06%
G = 16.91%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C42E1E (or 0xC42E1E) is known color: Harley Davidson Orange. HEX triplet: C4, 2E and 1E. RGB value is (196,46,30). Sum of RGB (Red+Green+Blue) = 196+46+30=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E1E is #3BD1E1. Grayscale: #595959. Windows color (decimal): -3920354 or 1978052. OLE color: 1978052.

HSL color Cylindrical-coordinate representation of color #C42E1E: hue angle of 5.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C42E1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 46 30 -
CMYK 0 0.77 0.85 0.23
HSL 5.78º 0.73% 0.44% -
HSV(B) 5.78º 0.85% 0.77% -
XYZ 23.98 13.78 2.63 -
YUV 89.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 196 46 30 0 0.77 0.85 0.23 5.78 0.73 0.44
Hex C4 2E 1E 0 4D 55 17 6 49 2C
Octal 304 56 36 0 115 125 27 6 111 54
Binary 11000100 101110 11110 0 1001101 1010101 10111 110 1001001 101100

Color Harmonies of #C42E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42E1E

Black with #C42E1E

Text Example


Text Example

White with #C42E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42E1E; }

 p { color: rgb(196,46,30); }

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

background-color css

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

 a { background-color: rgb(196,46,30); }

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

border-color css

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

 span { border-color: rgb(196,46,30); }

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