Html Css Color HEX #CC3323 Harley Davidson Orange

📋 copy color: '#CC3323'

red 204 ◦ green 51 ◦ blue 35

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

Shades of Harley Davidson Orange #CC3323

Tints of Harley Davidson Orange #CC3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 70.34%
G = 17.59%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3323 (or 0xCC3323) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 23. RGB value is (204,51,35). Sum of RGB (Red+Green+Blue) = 204+51+35=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3323 is #33CCDC. Grayscale: #5F5F5F. Windows color (decimal): -3394781 or 2307020. OLE color: 2307020.

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

Color convert

RGB 204 51 35 -
CMYK 0 0.75 0.83 0.2
HSL 5.68º 0.71% 0.47% -
HSV(B) 5.68º 0.83% 0.8% -
XYZ 26.39 15.33 3.16 -
YUV 94.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 204 51 35 0 0.75 0.83 0.2 5.68 0.71 0.47
Hex CC 33 23 0 4B 53 14 6 47 2F
Octal 314 63 43 0 113 123 24 6 107 57
Binary 11001100 110011 100011 0 1001011 1010011 10100 110 1000111 101111

Color Harmonies of #CC3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3323

Black with #CC3323

Text Example


Text Example

White with #CC3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3323; }

 p { color: rgb(204,51,35); }

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

background-color css

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

 a { background-color: rgb(204,51,35); }

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

border-color css

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

 span { border-color: rgb(204,51,35); }

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