Html Css Color HEX #CD3F30 Persian Red

📋 copy color: '#CD3F30'

red 205 ◦ green 63 ◦ blue 48

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

Shades of Persian Red #CD3F30

Tints of Persian Red #CD3F30

RGB

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

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

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

R = 64.87%
G = 19.94%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD3F30 (or 0xCD3F30) is known color: Persian Red. HEX triplet: CD, 3F and 30. RGB value is (205,63,48). Sum of RGB (Red+Green+Blue) = 205+63+48=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F30 is #32C0CF. Grayscale: #676767. Windows color (decimal): -3326160 or 3162061. OLE color: 3162061.

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

Color convert

RGB 205 63 48 -
CMYK 0 0.69 0.77 0.20
HSL 5.73º 0.62% 0.5% -
HSV(B) 5.73º 0.77% 0.8% -
XYZ 27.49 16.75 4.58 -
YUV 103.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 205 63 48 0 0.69 0.77 0.20 5.73 0.62 0.5
Hex CD 3F 30 0 45 4D 14 6 3E 32
Octal 315 77 60 0 105 115 24 6 76 62
Binary 11001101 111111 110000 0 1000101 1001101 10100 110 111110 110010

Color Harmonies of #CD3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F30

Black with #CD3F30

Text Example


Text Example

White with #CD3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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