Html Css Color HEX #CD3A25 Persian Red

📋 copy color: '#CD3A25'

red 205 ◦ green 58 ◦ blue 37

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

Shades of Persian Red #CD3A25

Tints of Persian Red #CD3A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 68.33%
G = 19.33%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD3A25 (or 0xCD3A25) is known color: Persian Red. HEX triplet: CD, 3A and 25. RGB value is (205,58,37). Sum of RGB (Red+Green+Blue) = 205+58+37=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A25 is #32C5DA. Grayscale: #636363. Windows color (decimal): -3327451 or 2439885. OLE color: 2439885.

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

Color convert

RGB 205 58 37 -
CMYK 0 0.72 0.82 0.20
HSL 7.5º 0.69% 0.47% -
HSV(B) 7.5º 0.82% 0.8% -
XYZ 27.02 16.14 3.44 -
YUV 99.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 205 58 37 0 0.72 0.82 0.20 7.5 0.69 0.47
Hex CD 3A 25 0 48 52 14 8 45 2F
Octal 315 72 45 0 110 122 24 10 105 57
Binary 11001101 111010 100101 0 1001000 1010010 10100 1000 1000101 101111

Color Harmonies of #CD3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A25

Black with #CD3A25

Text Example


Text Example

White with #CD3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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