Html Css Color HEX #CD3223 Persian Red

📋 copy color: '#CD3223'

red 205 ◦ green 50 ◦ blue 35

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

Shades of Persian Red #CD3223

Tints of Persian Red #CD3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 70.69%
G = 17.24%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD3223 (or 0xCD3223) is known color: Persian Red. HEX triplet: CD, 32 and 23. RGB value is (205,50,35). Sum of RGB (Red+Green+Blue) = 205+50+35=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3223 is #32CDDC. Grayscale: #5E5E5E. Windows color (decimal): -3329501 or 2306765. OLE color: 2306765.

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

Color convert

RGB 205 50 35 -
CMYK 0 0.76 0.83 0.20
HSL 5.29º 0.71% 0.47% -
HSV(B) 5.29º 0.83% 0.8% -
XYZ 26.62 15.38 3.16 -
YUV 94.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 205 50 35 0 0.76 0.83 0.20 5.29 0.71 0.47
Hex CD 32 23 0 4C 53 14 5 47 2F
Octal 315 62 43 0 114 123 24 5 107 57
Binary 11001101 110010 100011 0 1001100 1010011 10100 101 1000111 101111

Color Harmonies of #CD3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3223

Black with #CD3223

Text Example


Text Example

White with #CD3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3223; }

 p { color: rgb(205,50,35); }

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

background-color css

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

 a { background-color: rgb(205,50,35); }

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

border-color css

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

 span { border-color: rgb(205,50,35); }

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