Html Css Color HEX #CD3C30 Persian Red

📋 copy color: '#CD3C30'

red 205 ◦ green 60 ◦ blue 48

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

Shades of Persian Red #CD3C30

Tints of Persian Red #CD3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

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

R = 65.5%
G = 19.17%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD3C30 (or 0xCD3C30) is known color: Persian Red. HEX triplet: CD, 3C and 30. RGB value is (205,60,48). Sum of RGB (Red+Green+Blue) = 205+60+48=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C30 is #32C3CF. Grayscale: #666666. Windows color (decimal): -3326928 or 3161293. OLE color: 3161293.

HSL color Cylindrical-coordinate representation of color #CD3C30: hue angle of 4.59º 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 #CD3C30 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 60 48 -
CMYK 0 0.71 0.77 0.20
HSL 4.59º 0.62% 0.5% -
HSV(B) 4.59º 0.77% 0.8% -
XYZ 27.33 16.42 4.53 -
YUV 101.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 205 60 48 0 0.71 0.77 0.20 4.59 0.62 0.5
Hex CD 3C 30 0 47 4D 14 5 3E 32
Octal 315 74 60 0 107 115 24 5 76 62
Binary 11001101 111100 110000 0 1000111 1001101 10100 101 111110 110010

Color Harmonies of #CD3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C30

Black with #CD3C30

Text Example


Text Example

White with #CD3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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