Html Css Color HEX #CD2F25 Persian Red

📋 copy color: '#CD2F25'

red 205 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #CD2F25

Tints of Persian Red #CD2F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 70.93%
G = 16.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD2F25 (or 0xCD2F25) is known color: Persian Red. HEX triplet: CD, 2F and 25. RGB value is (205,47,37). Sum of RGB (Red+Green+Blue) = 205+47+37=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2F25 is #32D0DA. Grayscale: #5D5D5D. Windows color (decimal): -3330267 or 2437069. OLE color: 2437069.

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

Color convert

RGB 205 47 37 -
CMYK 0 0.77 0.82 0.20
HSL 3.57º 0.69% 0.47% -
HSV(B) 3.57º 0.82% 0.8% -
XYZ 26.53 15.15 3.28 -
YUV 93.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 205 47 37 0 0.77 0.82 0.20 3.57 0.69 0.47
Hex CD 2F 25 0 4D 52 14 4 45 2F
Octal 315 57 45 0 115 122 24 4 105 57
Binary 11001101 101111 100101 0 1001101 1010010 10100 100 1000101 101111

Color Harmonies of #CD2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F25

Black with #CD2F25

Text Example


Text Example

White with #CD2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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