Html Css Color HEX #C02301 Harley Davidson Orange

📋 copy color: '#C02301'

red 192 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #C02301

Tints of Harley Davidson Orange #C02301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 84.21%
G = 15.35%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02301 (or 0xC02301) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 01. RGB value is (192,35,1). Sum of RGB (Red+Green+Blue) = 192+35+1=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C02301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02301 is #3FDCFE. Grayscale: #4E4E4E. Windows color (decimal): -4185343 or 74688. OLE color: 74688.

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

Color convert

RGB 192 35 1 -
CMYK 0 0.82 0.99 0.25
HSL 10.68º 0.99% 0.38% -
HSV(B) 10.68º 0.99% 0.75% -
XYZ 22.34 12.41 1.25 -
YUV 78.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 192 35 1 0 0.82 0.99 0.25 10.68 0.99 0.38
Hex C0 23 1 0 52 63 19 B 63 26
Octal 300 43 1 0 122 143 31 13 143 46
Binary 11000000 100011 1 0 1010010 1100011 11001 1011 1100011 100110

Color Harmonies of #C02301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02301

Black with #C02301

Text Example


Text Example

White with #C02301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02301; }

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

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

background-color css

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

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

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

border-color css

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

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

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