Html Css Color HEX #CD312E Persian Red

📋 copy color: '#CD312E'

red 205 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #CD312E

Tints of Persian Red #CD312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 68.33%
G = 16.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD312E (or 0xCD312E) is known color: Persian Red. HEX triplet: CD, 31 and 2E. RGB value is (205,49,46). Sum of RGB (Red+Green+Blue) = 205+49+46=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD312E is #32CED1. Grayscale: #5F5F5F. Windows color (decimal): -3329746 or 3027405. OLE color: 3027405.

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

Color convert

RGB 205 49 46 -
CMYK 0 0.76 0.78 0.20
HSL 1.13º 0.63% 0.49% -
HSV(B) 1.13º 0.78% 0.8% -
XYZ 26.77 15.37 4.14 -
YUV 95.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 205 49 46 0 0.76 0.78 0.20 1.13 0.63 0.49
Hex CD 31 2E 0 4C 4E 14 1 3F 31
Octal 315 61 56 0 114 116 24 1 77 61
Binary 11001101 110001 101110 0 1001100 1001110 10100 1 111111 110001

Color Harmonies of #CD312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD312E

Black with #CD312E

Text Example


Text Example

White with #CD312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD312E; }

 p { color: rgb(205,49,46); }

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

background-color css

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

 a { background-color: rgb(205,49,46); }

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

border-color css

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

 span { border-color: rgb(205,49,46); }

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