Html Css Color HEX #CC3400 Harley Davidson Orange

📋 copy color: '#CC3400'

red 204 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3400

Tints of Harley Davidson Orange #CC3400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.69%
G = 20.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3400 (or 0xCC3400) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 00. RGB value is (204,52,0). Sum of RGB (Red+Green+Blue) = 204+52+0=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3400 is #33CBFF. Grayscale: #5B5B5B. Windows color (decimal): -3394560 or 13516. OLE color: 13516.

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

Color convert

RGB 204 52 0 -
CMYK 0 0.75 1 0.2
HSL 15.29º 1% 0.4% -
HSV(B) 15.29º 1% 0.8% -
XYZ 26.13 15.29 1.57 -
YUV 91.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 204 52 0 0 0.75 1 0.2 15.29 1 0.4
Hex CC 34 0 0 4B 64 14 F 64 28
Octal 314 64 0 0 113 144 24 17 144 50
Binary 11001100 110100 0 0 1001011 1100100 10100 1111 1100100 101000

Color Harmonies of #CC3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3400

Black with #CC3400

Text Example


Text Example

White with #CC3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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