Html Css Color HEX #C02601 Harley Davidson Orange

📋 copy color: '#C02601'

red 192 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #C02601

Tints of Harley Davidson Orange #C02601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

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

R = 83.12%
G = 16.45%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02601 (or 0xC02601) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 01. RGB value is (192,38,1). Sum of RGB (Red+Green+Blue) = 192+38+1=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C02601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02601 is #3FD9FE. Grayscale: #505050. Windows color (decimal): -4184575 or 75456. OLE color: 75456.

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

Color convert

RGB 192 38 1 -
CMYK 0 0.80 0.99 0.25
HSL 11.62º 0.99% 0.38% -
HSV(B) 11.62º 0.99% 0.75% -
XYZ 22.44 12.59 1.28 -
YUV 79.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 192 38 1 0 0.80 0.99 0.25 11.62 0.99 0.38
Hex C0 26 1 0 50 63 19 C 63 26
Octal 300 46 1 0 120 143 31 14 143 46
Binary 11000000 100110 1 0 1010000 1100011 11001 1100 1100011 100110

Color Harmonies of #C02601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02601

Black with #C02601

Text Example


Text Example

White with #C02601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02601; }

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

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

background-color css

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

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

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

border-color css

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

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

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