Html Css Color HEX #CD3E38 Persian Red

📋 copy color: '#CD3E38'

red 205 ◦ green 62 ◦ blue 56

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

Shades of Persian Red #CD3E38

Tints of Persian Red #CD3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 63.47%
G = 19.2%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD3E38 (or 0xCD3E38) is known color: Persian Red. HEX triplet: CD, 3E and 38. RGB value is (205,62,56). Sum of RGB (Red+Green+Blue) = 205+62+56=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E38 is #32C1C7. Grayscale: #686868. Windows color (decimal): -3326408 or 3686093. OLE color: 3686093.

HSL color Cylindrical-coordinate representation of color #CD3E38: hue angle of 2.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3E38 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 62 56 -
CMYK 0 0.70 0.73 0.20
HSL 2.42º 0.6% 0.51% -
HSV(B) 2.42º 0.73% 0.8% -
XYZ 27.61 16.71 5.51 -
YUV 104.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 205 62 56 0 0.70 0.73 0.20 2.42 0.6 0.51
Hex CD 3E 38 0 46 49 14 2 3C 33
Octal 315 76 70 0 106 111 24 2 74 63
Binary 11001101 111110 111000 0 1000110 1001001 10100 10 111100 110011

Color Harmonies of #CD3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E38

Black with #CD3E38

Text Example


Text Example

White with #CD3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E38; }

 p { color: rgb(205,62,56); }

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

background-color css

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

 a { background-color: rgb(205,62,56); }

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

border-color css

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

 span { border-color: rgb(205,62,56); }

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