Html Css Color HEX #C03306 Harley Davidson Orange

📋 copy color: '#C03306'

red 192 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C03306

Tints of Harley Davidson Orange #C03306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 77.11%
G = 20.48%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C03306 (or 0xC03306) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 06. RGB value is (192,51,6). Sum of RGB (Red+Green+Blue) = 192+51+6=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03306 is #3FCCF9. Grayscale: #585858. Windows color (decimal): -4181242 or 406464. OLE color: 406464.

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

Color convert

RGB 192 51 6 -
CMYK 0 0.73 0.97 0.25
HSL 14.52º 0.94% 0.39% -
HSV(B) 14.52º 0.97% 0.75% -
XYZ 22.95 13.59 1.59 -
YUV 88.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 192 51 6 0 0.73 0.97 0.25 14.52 0.94 0.39
Hex C0 33 6 0 49 61 19 F 5E 27
Octal 300 63 6 0 111 141 31 17 136 47
Binary 11000000 110011 110 0 1001001 1100001 11001 1111 1011110 100111

Color Harmonies of #C03306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03306

Black with #C03306

Text Example


Text Example

White with #C03306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03306; }

 p { color: rgb(192,51,6); }

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

background-color css

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

 a { background-color: rgb(192,51,6); }

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

border-color css

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

 span { border-color: rgb(192,51,6); }

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