Html Css Color HEX #CD352B Persian Red

📋 copy color: '#CD352B'

red 205 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #CD352B

Tints of Persian Red #CD352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 68.11%
G = 17.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD352B (or 0xCD352B) is known color: Persian Red. HEX triplet: CD, 35 and 2B. RGB value is (205,53,43). Sum of RGB (Red+Green+Blue) = 205+53+43=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD352B is #32CAD4. Grayscale: #616161. Windows color (decimal): -3328725 or 2831821. OLE color: 2831821.

HSL color Cylindrical-coordinate representation of color #CD352B: hue angle of 3.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD352B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 43 -
CMYK 0 0.74 0.79 0.20
HSL 3.7º 0.65% 0.49% -
HSV(B) 3.7º 0.79% 0.8% -
XYZ 26.89 15.7 3.9 -
YUV 97.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 205 53 43 0 0.74 0.79 0.20 3.7 0.65 0.49
Hex CD 35 2B 0 4A 4F 14 4 41 31
Octal 315 65 53 0 112 117 24 4 101 61
Binary 11001101 110101 101011 0 1001010 1001111 10100 100 1000001 110001

Color Harmonies of #CD352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD352B

Black with #CD352B

Text Example


Text Example

White with #CD352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD352B; }

 p { color: rgb(205,53,43); }

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

background-color css

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

 a { background-color: rgb(205,53,43); }

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

border-color css

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

 span { border-color: rgb(205,53,43); }

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