Html Css Color HEX #CC3403 Harley Davidson Orange

📋 copy color: '#CC3403'

red 204 ◦ green 52 ◦ blue 3

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

Shades of Harley Davidson Orange #CC3403

Tints of Harley Davidson Orange #CC3403

RGB

 RED value IS 204 (80.08% from 255) = 78.76%

 GREEN value IS 52 (20.7% from 255) = 20.08%

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

R = 78.76%
G = 20.08%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3403 (or 0xCC3403) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 03. RGB value is (204,52,3). Sum of RGB (Red+Green+Blue) = 204+52+3=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3403 is #33CBFC. Grayscale: #5C5C5C. Windows color (decimal): -3394557 or 210124. OLE color: 210124.

HSL color Cylindrical-coordinate representation of color #CC3403: hue angle of 14.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC3403 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 3 -
CMYK 0 0.75 0.99 0.2
HSL 14.63º 0.97% 0.41% -
HSV(B) 14.63º 0.99% 0.8% -
XYZ 26.15 15.3 1.66 -
YUV 91.86 77.86 207.98 -
System Red Green Blue C M Y K H S L
Decimal 204 52 3 0 0.75 0.99 0.2 14.63 0.97 0.41
Hex CC 34 3 0 4B 63 14 F 61 29
Octal 314 64 3 0 113 143 24 17 141 51
Binary 11001100 110100 11 0 1001011 1100011 10100 1111 1100001 101001

Color Harmonies of #CC3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3403

Black with #CC3403

Text Example


Text Example

White with #CC3403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3403; }

 p { color: rgb(204,52,3); }

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

background-color css

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

 a { background-color: rgb(204,52,3); }

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

border-color css

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

 span { border-color: rgb(204,52,3); }

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