Html Css Color HEX #CD3F33 Persian Red

📋 copy color: '#CD3F33'

red 205 ◦ green 63 ◦ blue 51

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

Shades of Persian Red #CD3F33

Tints of Persian Red #CD3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 19.75%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 64.26%
G = 19.75%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3F33 (or 0xCD3F33) is known color: Persian Red. HEX triplet: CD, 3F and 33. RGB value is (205,63,51). Sum of RGB (Red+Green+Blue) = 205+63+51=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F33 is #32C0CC. Grayscale: #686868. Windows color (decimal): -3326157 or 3358669. OLE color: 3358669.

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

Color convert

RGB 205 63 51 -
CMYK 0 0.69 0.75 0.20
HSL 4.68º 0.61% 0.5% -
HSV(B) 4.68º 0.75% 0.8% -
XYZ 27.55 16.77 4.92 -
YUV 104.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 205 63 51 0 0.69 0.75 0.20 4.68 0.61 0.5
Hex CD 3F 33 0 45 4B 14 5 3D 32
Octal 315 77 63 0 105 113 24 5 75 62
Binary 11001101 111111 110011 0 1000101 1001011 10100 101 111101 110010

Color Harmonies of #CD3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F33

Black with #CD3F33

Text Example


Text Example

White with #CD3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F33; }

 p { color: rgb(205,63,51); }

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

background-color css

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

 a { background-color: rgb(205,63,51); }

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

border-color css

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

 span { border-color: rgb(205,63,51); }

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