Html Css Color HEX #CD2D25 Persian Red

📋 copy color: '#CD2D25'

red 205 ◦ green 45 ◦ blue 37

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

Shades of Persian Red #CD2D25

Tints of Persian Red #CD2D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 71.43%
G = 15.68%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD2D25 (or 0xCD2D25) is known color: Persian Red. HEX triplet: CD, 2D and 25. RGB value is (205,45,37). Sum of RGB (Red+Green+Blue) = 205+45+37=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D25 is #32D2DA. Grayscale: #5C5C5C. Windows color (decimal): -3330779 or 2436557. OLE color: 2436557.

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

Color convert

RGB 205 45 37 -
CMYK 0 0.78 0.82 0.20
HSL 2.86º 0.69% 0.47% -
HSV(B) 2.86º 0.82% 0.8% -
XYZ 26.45 14.99 3.25 -
YUV 91.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 205 45 37 0 0.78 0.82 0.20 2.86 0.69 0.47
Hex CD 2D 25 0 4E 52 14 3 45 2F
Octal 315 55 45 0 116 122 24 3 105 57
Binary 11001101 101101 100101 0 1001110 1010010 10100 11 1000101 101111

Color Harmonies of #CD2D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D25

Black with #CD2D25

Text Example


Text Example

White with #CD2D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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