Html Css Color HEX #CD3828 Persian Red

📋 copy color: '#CD3828'

red 205 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #CD3828

Tints of Persian Red #CD3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 68.11%
G = 18.6%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD3828 (or 0xCD3828) is known color: Persian Red. HEX triplet: CD, 38 and 28. RGB value is (205,56,40). Sum of RGB (Red+Green+Blue) = 205+56+40=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3828 is #32C7D7. Grayscale: #626262. Windows color (decimal): -3327960 or 2635981. OLE color: 2635981.

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

Color convert

RGB 205 56 40 -
CMYK 0 0.73 0.80 0.20
HSL 5.82º 0.67% 0.48% -
HSV(B) 5.82º 0.8% 0.8% -
XYZ 26.97 15.96 3.67 -
YUV 98.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 205 56 40 0 0.73 0.80 0.20 5.82 0.67 0.48
Hex CD 38 28 0 49 50 14 6 43 30
Octal 315 70 50 0 111 120 24 6 103 60
Binary 11001101 111000 101000 0 1001001 1010000 10100 110 1000011 110000

Color Harmonies of #CD3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3828

Black with #CD3828

Text Example


Text Example

White with #CD3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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