Html Css Color HEX #CD3730 Persian Red

📋 copy color: '#CD3730'

red 205 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #CD3730

Tints of Persian Red #CD3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 66.56%
G = 17.86%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD3730 (or 0xCD3730) is known color: Persian Red. HEX triplet: CD, 37 and 30. RGB value is (205,55,48). Sum of RGB (Red+Green+Blue) = 205+55+48=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3730 is #32C8CF. Grayscale: #636363. Windows color (decimal): -3328208 or 3160013. OLE color: 3160013.

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

Color convert

RGB 205 55 48 -
CMYK 0 0.73 0.77 0.20
HSL 2.68º 0.62% 0.5% -
HSV(B) 2.68º 0.77% 0.8% -
XYZ 27.08 15.92 4.44 -
YUV 99.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 205 55 48 0 0.73 0.77 0.20 2.68 0.62 0.5
Hex CD 37 30 0 49 4D 14 3 3E 32
Octal 315 67 60 0 111 115 24 3 76 62
Binary 11001101 110111 110000 0 1001001 1001101 10100 11 111110 110010

Color Harmonies of #CD3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3730

Black with #CD3730

Text Example


Text Example

White with #CD3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3730; }

 p { color: rgb(205,55,48); }

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

background-color css

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

 a { background-color: rgb(205,55,48); }

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

border-color css

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

 span { border-color: rgb(205,55,48); }

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