Html Css Color HEX #CD3A2C Persian Red

📋 copy color: '#CD3A2C'

red 205 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #CD3A2C

Tints of Persian Red #CD3A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 66.78%
G = 18.89%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD3A2C (or 0xCD3A2C) is known color: Persian Red. HEX triplet: CD, 3A and 2C. RGB value is (205,58,44). Sum of RGB (Red+Green+Blue) = 205+58+44=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A2C is #32C5D3. Grayscale: #646464. Windows color (decimal): -3327444 or 2898637. OLE color: 2898637.

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

Color convert

RGB 205 58 44 -
CMYK 0 0.72 0.79 0.20
HSL 5.22º 0.65% 0.49% -
HSV(B) 5.22º 0.79% 0.8% -
XYZ 27.14 16.19 4.08 -
YUV 100.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 205 58 44 0 0.72 0.79 0.20 5.22 0.65 0.49
Hex CD 3A 2C 0 48 4F 14 5 41 31
Octal 315 72 54 0 110 117 24 5 101 61
Binary 11001101 111010 101100 0 1001000 1001111 10100 101 1000001 110001

Color Harmonies of #CD3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A2C

Black with #CD3A2C

Text Example


Text Example

White with #CD3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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