Html Css Color HEX #C0290C Harley Davidson Orange

📋 copy color: '#C0290C'

red 192 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #C0290C

Tints of Harley Davidson Orange #C0290C

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 78.37%
G = 16.73%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0290C (or 0xC0290C) is known color: Harley Davidson Orange. HEX triplet: C0, 29 and 0C. RGB value is (192,41,12). Sum of RGB (Red+Green+Blue) = 192+41+12=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0290C is #3FD6F3. Grayscale: #535353. Windows color (decimal): -4183796 or 797120. OLE color: 797120.

HSL color Cylindrical-coordinate representation of color #C0290C: hue angle of 9.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0290C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 12 -
CMYK 0 0.79 0.94 0.25
HSL 9.67º 0.88% 0.4% -
HSV(B) 9.67º 0.94% 0.75% -
XYZ 22.6 12.82 1.63 -
YUV 82.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 192 41 12 0 0.79 0.94 0.25 9.67 0.88 0.4
Hex C0 29 C 0 4F 5E 19 A 58 28
Octal 300 51 14 0 117 136 31 12 130 50
Binary 11000000 101001 1100 0 1001111 1011110 11001 1010 1011000 101000

Color Harmonies of #C0290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0290C

Black with #C0290C

Text Example


Text Example

White with #C0290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0290C; }

 p { color: rgb(192,41,12); }

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

background-color css

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

 a { background-color: rgb(192,41,12); }

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

border-color css

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

 span { border-color: rgb(192,41,12); }

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