Html Css Color HEX #CD3E26 Persian Red

📋 copy color: '#CD3E26'

red 205 ◦ green 62 ◦ blue 38

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

Shades of Persian Red #CD3E26

Tints of Persian Red #CD3E26

RGB

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

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

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

R = 67.21%
G = 20.33%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD3E26 (or 0xCD3E26) is known color: Persian Red. HEX triplet: CD, 3E and 26. RGB value is (205,62,38). Sum of RGB (Red+Green+Blue) = 205+62+38=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E26 is #32C1D9. Grayscale: #666666. Windows color (decimal): -3326426 or 2506445. OLE color: 2506445.

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

Color convert

RGB 205 62 38 -
CMYK 0 0.70 0.81 0.20
HSL 8.62º 0.69% 0.48% -
HSV(B) 8.62º 0.81% 0.8% -
XYZ 27.25 16.56 3.59 -
YUV 102.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 205 62 38 0 0.70 0.81 0.20 8.62 0.69 0.48
Hex CD 3E 26 0 46 51 14 9 45 30
Octal 315 76 46 0 106 121 24 11 105 60
Binary 11001101 111110 100110 0 1000110 1010001 10100 1001 1000101 110000

Color Harmonies of #CD3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E26

Black with #CD3E26

Text Example


Text Example

White with #CD3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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