Html Css Color HEX #C02E03 Harley Davidson Orange

📋 copy color: '#C02E03'

red 192 ◦ green 46 ◦ blue 3

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

Shades of Harley Davidson Orange #C02E03

Tints of Harley Davidson Orange #C02E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 79.67%
G = 19.09%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C02E03 (or 0xC02E03) is known color: Harley Davidson Orange. HEX triplet: C0, 2E and 03. RGB value is (192,46,3). Sum of RGB (Red+Green+Blue) = 192+46+3=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E03 is #3FD1FC. Grayscale: #555555. Windows color (decimal): -4182525 or 208576. OLE color: 208576.

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

Color convert

RGB 192 46 3 -
CMYK 0 0.76 0.98 0.25
HSL 13.65º 0.97% 0.38% -
HSV(B) 13.65º 0.98% 0.75% -
XYZ 22.73 13.17 1.43 -
YUV 84.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 192 46 3 0 0.76 0.98 0.25 13.65 0.97 0.38
Hex C0 2E 3 0 4C 62 19 E 61 26
Octal 300 56 3 0 114 142 31 16 141 46
Binary 11000000 101110 11 0 1001100 1100010 11001 1110 1100001 100110

Color Harmonies of #C02E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E03

Black with #C02E03

Text Example


Text Example

White with #C02E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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