Html Css Color HEX #CD2C25 Persian Red

📋 copy color: '#CD2C25'

red 205 ◦ green 44 ◦ blue 37

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

Shades of Persian Red #CD2C25

Tints of Persian Red #CD2C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 71.68%
G = 15.38%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD2C25 (or 0xCD2C25) is known color: Persian Red. HEX triplet: CD, 2C and 25. RGB value is (205,44,37). Sum of RGB (Red+Green+Blue) = 205+44+37=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C25 is #32D3DA. Grayscale: #5B5B5B. Windows color (decimal): -3331035 or 2436301. OLE color: 2436301.

HSL color Cylindrical-coordinate representation of color #CD2C25: hue angle of 2.5º 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 #CD2C25 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 37 -
CMYK 0 0.79 0.82 0.20
HSL 2.5º 0.69% 0.47% -
HSV(B) 2.5º 0.82% 0.8% -
XYZ 26.41 14.91 3.24 -
YUV 91.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 205 44 37 0 0.79 0.82 0.20 2.5 0.69 0.47
Hex CD 2C 25 0 4F 52 14 2 45 2F
Octal 315 54 45 0 117 122 24 2 105 57
Binary 11001101 101100 100101 0 1001111 1010010 10100 10 1000101 101111

Color Harmonies of #CD2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C25

Black with #CD2C25

Text Example


Text Example

White with #CD2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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