Html Css Color HEX #CD3E34 Persian Red

📋 copy color: '#CD3E34'

red 205 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #CD3E34

Tints of Persian Red #CD3E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

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

R = 64.26%
G = 19.44%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3E34 (or 0xCD3E34) is known color: Persian Red. HEX triplet: CD, 3E and 34. RGB value is (205,62,52). Sum of RGB (Red+Green+Blue) = 205+62+52=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E34 is #32C1CB. Grayscale: #676767. Windows color (decimal): -3326412 or 3423949. OLE color: 3423949.

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

Color convert

RGB 205 62 52 -
CMYK 0 0.70 0.75 0.20
HSL 3.92º 0.6% 0.5% -
HSV(B) 3.92º 0.75% 0.8% -
XYZ 27.52 16.67 5.02 -
YUV 103.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 205 62 52 0 0.70 0.75 0.20 3.92 0.6 0.5
Hex CD 3E 34 0 46 4B 14 4 3C 32
Octal 315 76 64 0 106 113 24 4 74 62
Binary 11001101 111110 110100 0 1000110 1001011 10100 100 111100 110010

Color Harmonies of #CD3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E34

Black with #CD3E34

Text Example


Text Example

White with #CD3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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