Html Css Color HEX #C33503 Harley Davidson Orange

📋 copy color: '#C33503'

red 195 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #C33503

Tints of Harley Davidson Orange #C33503

RGB

 RED value IS 195 (76.56% from 255) = 77.69%

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 77.69%
G = 21.12%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C33503 (or 0xC33503) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 03. RGB value is (195,53,3). Sum of RGB (Red+Green+Blue) = 195+53+3=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C33503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33503 is #3CCAFC. Grayscale: #5A5A5A. Windows color (decimal): -3984125 or 210371. OLE color: 210371.

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

Color convert

RGB 195 53 3 -
CMYK 0 0.73 0.98 0.24
HSL 15.63º 0.97% 0.39% -
HSV(B) 15.63º 0.98% 0.76% -
XYZ 23.8 14.15 1.56 -
YUV 89.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 195 53 3 0 0.73 0.98 0.24 15.63 0.97 0.39
Hex C3 35 3 0 49 62 18 10 61 27
Octal 303 65 3 0 111 142 30 20 141 47
Binary 11000011 110101 11 0 1001001 1100010 11000 10000 1100001 100111

Color Harmonies of #C33503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33503

Black with #C33503

Text Example


Text Example

White with #C33503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33503; }

 p { color: rgb(195,53,3); }

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

background-color css

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

 a { background-color: rgb(195,53,3); }

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

border-color css

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

 span { border-color: rgb(195,53,3); }

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