Html Css Color HEX #C03018 Harley Davidson Orange

📋 copy color: '#C03018'

red 192 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #C03018

Tints of Harley Davidson Orange #C03018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 72.73%
G = 18.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03018 (or 0xC03018) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 18. RGB value is (192,48,24). Sum of RGB (Red+Green+Blue) = 192+48+24=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03018 is #3FCFE7. Grayscale: #585858. Windows color (decimal): -4181992 or 1585344. OLE color: 1585344.

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

Color convert

RGB 192 48 24 -
CMYK 0 0.75 0.88 0.25
HSL 8.57º 0.78% 0.42% -
HSV(B) 8.57º 0.88% 0.75% -
XYZ 22.96 13.39 2.24 -
YUV 88.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 192 48 24 0 0.75 0.88 0.25 8.57 0.78 0.42
Hex C0 30 18 0 4B 58 19 9 4E 2A
Octal 300 60 30 0 113 130 31 11 116 52
Binary 11000000 110000 11000 0 1001011 1011000 11001 1001 1001110 101010

Color Harmonies of #C03018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03018

Black with #C03018

Text Example


Text Example

White with #C03018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03018; }

 p { color: rgb(192,48,24); }

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

background-color css

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

 a { background-color: rgb(192,48,24); }

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

border-color css

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

 span { border-color: rgb(192,48,24); }

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