Html Css Color HEX #C33504 Harley Davidson Orange

📋 copy color: '#C33504'

red 195 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #C33504

Tints of Harley Davidson Orange #C33504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 77.38%
G = 21.03%
B = 1.59%

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

#C33504 (or 0xC33504) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 04. RGB value is (195,53,4). Sum of RGB (Red+Green+Blue) = 195+53+4=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33504 is #3CCAFB. Grayscale: #5A5A5A. Windows color (decimal): -3984124 or 275907. OLE color: 275907.

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

Color convert

RGB 195 53 4 -
CMYK 0 0.73 0.98 0.24
HSL 15.39º 0.96% 0.39% -
HSV(B) 15.39º 0.98% 0.76% -
XYZ 23.8 14.16 1.59 -
YUV 89.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 195 53 4 0 0.73 0.98 0.24 15.39 0.96 0.39
Hex C3 35 4 0 49 62 18 F 60 27
Octal 303 65 4 0 111 142 30 17 140 47
Binary 11000011 110101 100 0 1001001 1100010 11000 1111 1100000 100111

Color Harmonies of #C33504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33504

Black with #C33504

Text Example


Text Example

White with #C33504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33504; }

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

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

background-color css

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

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

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

border-color css

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

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

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