Html Css Color HEX #CD3F2D Persian Red

📋 copy color: '#CD3F2D'

red 205 ◦ green 63 ◦ blue 45

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

Shades of Persian Red #CD3F2D

Tints of Persian Red #CD3F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 65.5%
G = 20.13%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD3F2D (or 0xCD3F2D) is known color: Persian Red. HEX triplet: CD, 3F and 2D. RGB value is (205,63,45). Sum of RGB (Red+Green+Blue) = 205+63+45=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F2D is #32C0D2. Grayscale: #676767. Windows color (decimal): -3326163 or 2965453. OLE color: 2965453.

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

Color convert

RGB 205 63 45 -
CMYK 0 0.69 0.78 0.20
HSL 6.75º 0.64% 0.49% -
HSV(B) 6.75º 0.78% 0.8% -
XYZ 27.43 16.72 4.26 -
YUV 103.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 205 63 45 0 0.69 0.78 0.20 6.75 0.64 0.49
Hex CD 3F 2D 0 45 4E 14 7 40 31
Octal 315 77 55 0 105 116 24 7 100 61
Binary 11001101 111111 101101 0 1000101 1001110 10100 111 1000000 110001

Color Harmonies of #CD3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F2D

Black with #CD3F2D

Text Example


Text Example

White with #CD3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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