Html Css Color HEX #CD2D23 Persian Red

📋 copy color: '#CD2D23'

red 205 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #CD2D23

Tints of Persian Red #CD2D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 71.93%
G = 15.79%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD2D23 (or 0xCD2D23) is known color: Persian Red. HEX triplet: CD, 2D and 23. RGB value is (205,45,35). Sum of RGB (Red+Green+Blue) = 205+45+35=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D23 is #32D2DC. Grayscale: #5B5B5B. Windows color (decimal): -3330781 or 2305485. OLE color: 2305485.

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

Color convert

RGB 205 45 35 -
CMYK 0 0.78 0.83 0.20
HSL 3.53º 0.71% 0.47% -
HSV(B) 3.53º 0.83% 0.8% -
XYZ 26.42 14.98 3.09 -
YUV 91.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 205 45 35 0 0.78 0.83 0.20 3.53 0.71 0.47
Hex CD 2D 23 0 4E 53 14 4 47 2F
Octal 315 55 43 0 116 123 24 4 107 57
Binary 11001101 101101 100011 0 1001110 1010011 10100 100 1000111 101111

Color Harmonies of #CD2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D23

Black with #CD2D23

Text Example


Text Example

White with #CD2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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