Html Css Color HEX #CD2D27 Persian Red

📋 copy color: '#CD2D27'

red 205 ◦ green 45 ◦ blue 39

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

Shades of Persian Red #CD2D27

Tints of Persian Red #CD2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 70.93%
G = 15.57%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD2D27 (or 0xCD2D27) is known color: Persian Red. HEX triplet: CD, 2D and 27. RGB value is (205,45,39). Sum of RGB (Red+Green+Blue) = 205+45+39=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D27 is #32D2D8. Grayscale: #5C5C5C. Windows color (decimal): -3330777 or 2567629. OLE color: 2567629.

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

Color convert

RGB 205 45 39 -
CMYK 0 0.78 0.81 0.20
HSL 2.17º 0.68% 0.48% -
HSV(B) 2.17º 0.81% 0.8% -
XYZ 26.48 15 3.42 -
YUV 92.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 205 45 39 0 0.78 0.81 0.20 2.17 0.68 0.48
Hex CD 2D 27 0 4E 51 14 2 44 30
Octal 315 55 47 0 116 121 24 2 104 60
Binary 11001101 101101 100111 0 1001110 1010001 10100 10 1000100 110000

Color Harmonies of #CD2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D27

Black with #CD2D27

Text Example


Text Example

White with #CD2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D27; }

 p { color: rgb(205,45,39); }

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

background-color css

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

 a { background-color: rgb(205,45,39); }

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

border-color css

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

 span { border-color: rgb(205,45,39); }

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