Html Css Color HEX #C02401 Harley Davidson Orange

📋 copy color: '#C02401'

red 192 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #C02401

Tints of Harley Davidson Orange #C02401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 83.84%
G = 15.72%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02401 (or 0xC02401) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 01. RGB value is (192,36,1). Sum of RGB (Red+Green+Blue) = 192+36+1=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C02401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02401 is #3FDBFE. Grayscale: #4E4E4E. Windows color (decimal): -4185087 or 74944. OLE color: 74944.

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

Color convert

RGB 192 36 1 -
CMYK 0 0.81 0.99 0.25
HSL 10.99º 0.99% 0.38% -
HSV(B) 10.99º 0.99% 0.75% -
XYZ 22.37 12.47 1.26 -
YUV 78.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 192 36 1 0 0.81 0.99 0.25 10.99 0.99 0.38
Hex C0 24 1 0 51 63 19 B 63 26
Octal 300 44 1 0 121 143 31 13 143 46
Binary 11000000 100100 1 0 1010001 1100011 11001 1011 1100011 100110

Color Harmonies of #C02401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02401

Black with #C02401

Text Example


Text Example

White with #C02401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02401; }

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

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

background-color css

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

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

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

border-color css

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

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

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