Html Css Color HEX #CD3434 Persian Red

📋 copy color: '#CD3434'

red 205 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #CD3434

Tints of Persian Red #CD3434

RGB

 RED value IS 205 (80.47% from 255) = 66.34%

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

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

R = 66.34%
G = 16.83%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3434 (or 0xCD3434) is known color: Persian Red. HEX triplet: CD, 34 and 34. RGB value is (205,52,52). Sum of RGB (Red+Green+Blue) = 205+52+52=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3434 is #32CBCB. Grayscale: #616161. Windows color (decimal): -3328972 or 3421389. OLE color: 3421389.

HSL color Cylindrical-coordinate representation of color #CD3434: 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 #CD3434 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 52 52 -
CMYK 0 0.75 0.75 0.20
HSL 0.6% 0.5% -
HSV(B) 0.75% 0.8% -
XYZ 27.02 15.68 4.85 -
YUV 97.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 205 52 52 0 0.75 0.75 0.20 0 0.6 0.5
Hex CD 34 34 0 4B 4B 14 0 3C 32
Octal 315 64 64 0 113 113 24 0 74 62
Binary 11001101 110100 110100 0 1001011 1001011 10100 0 111100 110010

Color Harmonies of #CD3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3434

Black with #CD3434

Text Example


Text Example

White with #CD3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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