Html Css Color HEX #C2421E Harley Davidson Orange

📋 copy color: '#C2421E'

red 194 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #C2421E

Tints of Harley Davidson Orange #C2421E

RGB

 RED value IS 194 (76.17% from 255) = 66.9%

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 66.9%
G = 22.76%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2421E (or 0xC2421E) is known color: Harley Davidson Orange. HEX triplet: C2, 42 and 1E. RGB value is (194,66,30). Sum of RGB (Red+Green+Blue) = 194+66+30=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2421E is #3DBDE1. Grayscale: #646464. Windows color (decimal): -4046306 or 1983170. OLE color: 1983170.

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

Color convert

RGB 194 66 30 -
CMYK 0 0.66 0.85 0.24
HSL 13.17º 0.73% 0.44% -
HSV(B) 13.17º 0.85% 0.76% -
XYZ 24.43 15.46 2.92 -
YUV 100.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 194 66 30 0 0.66 0.85 0.24 13.17 0.73 0.44
Hex C2 42 1E 0 42 55 18 D 49 2C
Octal 302 102 36 0 102 125 30 15 111 54
Binary 11000010 1000010 11110 0 1000010 1010101 11000 1101 1001001 101100

Color Harmonies of #C2421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2421E

Black with #C2421E

Text Example


Text Example

White with #C2421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2421E; }

 p { color: rgb(194,66,30); }

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

background-color css

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

 a { background-color: rgb(194,66,30); }

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

border-color css

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

 span { border-color: rgb(194,66,30); }

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