Html Css Color HEX #C03303 Harley Davidson Orange

📋 copy color: '#C03303'

red 192 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #C03303

Tints of Harley Davidson Orange #C03303

RGB

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

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

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

R = 78.05%
G = 20.73%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C03303 (or 0xC03303) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 03. RGB value is (192,51,3). Sum of RGB (Red+Green+Blue) = 192+51+3=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C03303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03303 is #3FCCFC. Grayscale: #585858. Windows color (decimal): -4181245 or 209856. OLE color: 209856.

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

Color convert

RGB 192 51 3 -
CMYK 0 0.73 0.98 0.25
HSL 15.24º 0.97% 0.38% -
HSV(B) 15.24º 0.98% 0.75% -
XYZ 22.94 13.58 1.5 -
YUV 87.69 80.21 202.4 -
System Red Green Blue C M Y K H S L
Decimal 192 51 3 0 0.73 0.98 0.25 15.24 0.97 0.38
Hex C0 33 3 0 49 62 19 F 61 26
Octal 300 63 3 0 111 142 31 17 141 46
Binary 11000000 110011 11 0 1001001 1100010 11001 1111 1100001 100110

Color Harmonies of #C03303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03303

Black with #C03303

Text Example


Text Example

White with #C03303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03303; }

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

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

background-color css

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

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

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

border-color css

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

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

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