Html Css Color HEX #C02E01 Harley Davidson Orange

📋 copy color: '#C02E01'

red 192 ◦ green 46 ◦ blue 1

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

Shades of Harley Davidson Orange #C02E01

Tints of Harley Davidson Orange #C02E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

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

R = 80.33%
G = 19.25%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02E01 (or 0xC02E01) is known color: Harley Davidson Orange. HEX triplet: C0, 2E and 01. RGB value is (192,46,1). Sum of RGB (Red+Green+Blue) = 192+46+1=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E01 is #3FD1FE. Grayscale: #545454. Windows color (decimal): -4182527 or 77504. OLE color: 77504.

HSL color Cylindrical-coordinate representation of color #C02E01: hue angle of 14.14º 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 #C02E01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 1 -
CMYK 0 0.76 0.99 0.25
HSL 14.14º 0.99% 0.38% -
HSV(B) 14.14º 0.99% 0.75% -
XYZ 22.72 13.16 1.37 -
YUV 84.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 192 46 1 0 0.76 0.99 0.25 14.14 0.99 0.38
Hex C0 2E 1 0 4C 63 19 E 63 26
Octal 300 56 1 0 114 143 31 16 143 46
Binary 11000000 101110 1 0 1001100 1100011 11001 1110 1100011 100110

Color Harmonies of #C02E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E01

Black with #C02E01

Text Example


Text Example

White with #C02E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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