Html Css Color HEX #CC3434 Persian Red

📋 copy color: '#CC3434'

red 204 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #CC3434

Tints of Persian Red #CC3434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 66.23%
G = 16.88%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3434 (or 0xCC3434) is known color: Persian Red. HEX triplet: CC, 34 and 34. RGB value is (204,52,52). Sum of RGB (Red+Green+Blue) = 204+52+52=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3434 is #33CBCB. Grayscale: #616161. Windows color (decimal): -3394508 or 3421388. OLE color: 3421388.

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

Color convert

RGB 204 52 52 -
CMYK 0 0.75 0.75 0.2
HSL 0.6% 0.5% -
HSV(B) 0.75% 0.8% -
XYZ 26.75 15.54 4.84 -
YUV 97.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 204 52 52 0 0.75 0.75 0.2 0 0.6 0.5
Hex CC 34 34 0 4B 4B 14 0 3C 32
Octal 314 64 64 0 113 113 24 0 74 62
Binary 11001100 110100 110100 0 1001011 1001011 10100 0 111100 110010

Color Harmonies of #CC3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3434

Black with #CC3434

Text Example


Text Example

White with #CC3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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