Html Css Color HEX #CD3A36 Persian Red

📋 copy color: '#CD3A36'

red 205 ◦ green 58 ◦ blue 54

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

Shades of Persian Red #CD3A36

Tints of Persian Red #CD3A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 64.67%
G = 18.3%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3A36 (or 0xCD3A36) is known color: Persian Red. HEX triplet: CD, 3A and 36. RGB value is (205,58,54). Sum of RGB (Red+Green+Blue) = 205+58+54=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A36 is #32C5C9. Grayscale: #656565. Windows color (decimal): -3327434 or 3553997. OLE color: 3553997.

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

Color convert

RGB 205 58 54 -
CMYK 0 0.72 0.74 0.20
HSL 1.59º 0.6% 0.51% -
HSV(B) 1.59º 0.74% 0.8% -
XYZ 27.36 16.27 5.19 -
YUV 101.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 205 58 54 0 0.72 0.74 0.20 1.59 0.6 0.51
Hex CD 3A 36 0 48 4A 14 2 3C 33
Octal 315 72 66 0 110 112 24 2 74 63
Binary 11001101 111010 110110 0 1001000 1001010 10100 10 111100 110011

Color Harmonies of #CD3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A36

Black with #CD3A36

Text Example


Text Example

White with #CD3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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