Html Css Color HEX #C0240A Harley Davidson Orange

📋 copy color: '#C0240A'

red 192 ◦ green 36 ◦ blue 10

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

Shades of Harley Davidson Orange #C0240A

Tints of Harley Davidson Orange #C0240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 80.67%
G = 15.13%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0240A (or 0xC0240A) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 0A. RGB value is (192,36,10). Sum of RGB (Red+Green+Blue) = 192+36+10=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0240A is #3FDBF5. Grayscale: #4F4F4F. Windows color (decimal): -4185078 or 664768. OLE color: 664768.

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

Color convert

RGB 192 36 10 -
CMYK 0 0.81 0.95 0.25
HSL 8.57º 0.9% 0.4% -
HSV(B) 8.57º 0.95% 0.75% -
XYZ 22.42 12.49 1.52 -
YUV 79.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 192 36 10 0 0.81 0.95 0.25 8.57 0.9 0.4
Hex C0 24 A 0 51 5F 19 9 5A 28
Octal 300 44 12 0 121 137 31 11 132 50
Binary 11000000 100100 1010 0 1010001 1011111 11001 1001 1011010 101000

Color Harmonies of #C0240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0240A

Black with #C0240A

Text Example


Text Example

White with #C0240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0240A; }

 p { color: rgb(192,36,10); }

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

background-color css

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

 a { background-color: rgb(192,36,10); }

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

border-color css

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

 span { border-color: rgb(192,36,10); }

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