Html Css Color HEX #CD3D3A Persian Red

📋 copy color: '#CD3D3A'

red 205 ◦ green 61 ◦ blue 58

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

Shades of Persian Red #CD3D3A

Tints of Persian Red #CD3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 63.27%
G = 18.83%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD3D3A (or 0xCD3D3A) is known color: Persian Red. HEX triplet: CD, 3D and 3A. RGB value is (205,61,58). Sum of RGB (Red+Green+Blue) = 205+61+58=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3D3A is #32C2C5. Grayscale: #676767. Windows color (decimal): -3326662 or 3816909. OLE color: 3816909.

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

Color convert

RGB 205 61 58 -
CMYK 0 0.70 0.72 0.20
HSL 1.22º 0.6% 0.52% -
HSV(B) 1.22º 0.72% 0.8% -
XYZ 27.61 16.62 5.76 -
YUV 103.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 205 61 58 0 0.70 0.72 0.20 1.22 0.6 0.52
Hex CD 3D 3A 0 46 48 14 1 3C 34
Octal 315 75 72 0 106 110 24 1 74 64
Binary 11001101 111101 111010 0 1000110 1001000 10100 1 111100 110100

Color Harmonies of #CD3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3D3A

Black with #CD3D3A

Text Example


Text Example

White with #CD3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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