Html Css Color HEX #CD3A34 Persian Red

📋 copy color: '#CD3A34'

red 205 ◦ green 58 ◦ blue 52

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

Shades of Persian Red #CD3A34

Tints of Persian Red #CD3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

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

R = 65.08%
G = 18.41%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3A34 (or 0xCD3A34) is known color: Persian Red. HEX triplet: CD, 3A and 34. RGB value is (205,58,52). Sum of RGB (Red+Green+Blue) = 205+58+52=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A34 is #32C5CB. Grayscale: #656565. Windows color (decimal): -3327436 or 3422925. OLE color: 3422925.

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

Color convert

RGB 205 58 52 -
CMYK 0 0.72 0.75 0.20
HSL 2.35º 0.6% 0.5% -
HSV(B) 2.35º 0.75% 0.8% -
XYZ 27.31 16.25 4.95 -
YUV 101.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 205 58 52 0 0.72 0.75 0.20 2.35 0.6 0.5
Hex CD 3A 34 0 48 4B 14 2 3C 32
Octal 315 72 64 0 110 113 24 2 74 62
Binary 11001101 111010 110100 0 1001000 1001011 10100 10 111100 110010

Color Harmonies of #CD3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A34

Black with #CD3A34

Text Example


Text Example

White with #CD3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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