Html Css Color HEX #CD3A26 Persian Red

📋 copy color: '#CD3A26'

red 205 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #CD3A26

Tints of Persian Red #CD3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 68.11%
G = 19.27%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD3A26 (or 0xCD3A26) is known color: Persian Red. HEX triplet: CD, 3A and 26. RGB value is (205,58,38). Sum of RGB (Red+Green+Blue) = 205+58+38=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A26 is #32C5D9. Grayscale: #636363. Windows color (decimal): -3327450 or 2505421. OLE color: 2505421.

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

Color convert

RGB 205 58 38 -
CMYK 0 0.72 0.81 0.20
HSL 7.19º 0.69% 0.48% -
HSV(B) 7.19º 0.81% 0.8% -
XYZ 27.04 16.15 3.52 -
YUV 99.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 205 58 38 0 0.72 0.81 0.20 7.19 0.69 0.48
Hex CD 3A 26 0 48 51 14 7 45 30
Octal 315 72 46 0 110 121 24 7 105 60
Binary 11001101 111010 100110 0 1001000 1010001 10100 111 1000101 110000

Color Harmonies of #CD3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A26

Black with #CD3A26

Text Example


Text Example

White with #CD3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A26; }

 p { color: rgb(205,58,38); }

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

background-color css

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

 a { background-color: rgb(205,58,38); }

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

border-color css

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

 span { border-color: rgb(205,58,38); }

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