Html Css Color HEX #C02E02 Harley Davidson Orange

📋 copy color: '#C02E02'

red 192 ◦ green 46 ◦ blue 2

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

Shades of Harley Davidson Orange #C02E02

Tints of Harley Davidson Orange #C02E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 80%
G = 19.17%
B = 0.83%

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

#C02E02 (or 0xC02E02) is known color: Harley Davidson Orange. HEX triplet: C0, 2E and 02. RGB value is (192,46,2). Sum of RGB (Red+Green+Blue) = 192+46+2=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E02 is #3FD1FD. Grayscale: #545454. Windows color (decimal): -4182526 or 143040. OLE color: 143040.

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

Color convert

RGB 192 46 2 -
CMYK 0 0.76 0.99 0.25
HSL 13.89º 0.98% 0.38% -
HSV(B) 13.89º 0.99% 0.75% -
XYZ 22.73 13.16 1.4 -
YUV 84.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 192 46 2 0 0.76 0.99 0.25 13.89 0.98 0.38
Hex C0 2E 2 0 4C 63 19 E 62 26
Octal 300 56 2 0 114 143 31 16 142 46
Binary 11000000 101110 10 0 1001100 1100011 11001 1110 1100010 100110

Color Harmonies of #C02E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E02

Black with #C02E02

Text Example


Text Example

White with #C02E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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