Html Css Color HEX #CD3A2A Persian Red

📋 copy color: '#CD3A2A'

red 205 ◦ green 58 ◦ blue 42

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

Shades of Persian Red #CD3A2A

Tints of Persian Red #CD3A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 67.21%
G = 19.02%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD3A2A (or 0xCD3A2A) is known color: Persian Red. HEX triplet: CD, 3A and 2A. RGB value is (205,58,42). Sum of RGB (Red+Green+Blue) = 205+58+42=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A2A is #32C5D5. Grayscale: #646464. Windows color (decimal): -3327446 or 2767565. OLE color: 2767565.

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

Color convert

RGB 205 58 42 -
CMYK 0 0.72 0.80 0.20
HSL 5.89º 0.66% 0.48% -
HSV(B) 5.89º 0.8% 0.8% -
XYZ 27.11 16.17 3.88 -
YUV 100.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 205 58 42 0 0.72 0.80 0.20 5.89 0.66 0.48
Hex CD 3A 2A 0 48 50 14 6 42 30
Octal 315 72 52 0 110 120 24 6 102 60
Binary 11001101 111010 101010 0 1001000 1010000 10100 110 1000010 110000

Color Harmonies of #CD3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A2A

Black with #CD3A2A

Text Example


Text Example

White with #CD3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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