Html Css Color HEX #C02F01 Harley Davidson Orange

📋 copy color: '#C02F01'

red 192 ◦ green 47 ◦ blue 1

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

Shades of Harley Davidson Orange #C02F01

Tints of Harley Davidson Orange #C02F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 80%
G = 19.58%
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

#C02F01 (or 0xC02F01) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 01. RGB value is (192,47,1). Sum of RGB (Red+Green+Blue) = 192+47+1=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F01 is #3FD0FE. Grayscale: #555555. Windows color (decimal): -4182271 or 77760. OLE color: 77760.

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

Color convert

RGB 192 47 1 -
CMYK 0 0.76 0.99 0.25
HSL 14.45º 0.99% 0.38% -
HSV(B) 14.45º 0.99% 0.75% -
XYZ 22.76 13.24 1.39 -
YUV 85.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 192 47 1 0 0.76 0.99 0.25 14.45 0.99 0.38
Hex C0 2F 1 0 4C 63 19 E 63 26
Octal 300 57 1 0 114 143 31 16 143 46
Binary 11000000 101111 1 0 1001100 1100011 11001 1110 1100011 100110

Color Harmonies of #C02F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F01

Black with #C02F01

Text Example


Text Example

White with #C02F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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