Html Css Color HEX #CD3A3A Persian Red

📋 copy color: '#CD3A3A'

red 205 ◦ green 58 ◦ blue 58

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

Shades of Persian Red #CD3A3A

Tints of Persian Red #CD3A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 63.86%
G = 18.07%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD3A3A (or 0xCD3A3A) is known color: Persian Red. HEX triplet: CD, 3A and 3A. RGB value is (205,58,58). Sum of RGB (Red+Green+Blue) = 205+58+58=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A3A is #32C5C5. Grayscale: #666666. Windows color (decimal): -3327430 or 3816141. OLE color: 3816141.

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

Color convert

RGB 205 58 58 -
CMYK 0 0.72 0.72 0.20
HSL 0.6% 0.52% -
HSV(B) 0.72% 0.8% -
XYZ 27.45 16.31 5.7 -
YUV 101.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 205 58 58 0 0.72 0.72 0.20 0 0.6 0.52
Hex CD 3A 3A 0 48 48 14 0 3C 34
Octal 315 72 72 0 110 110 24 0 74 64
Binary 11001101 111010 111010 0 1001000 1001000 10100 0 111100 110100

Color Harmonies of #CD3A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A3A

Black with #CD3A3A

Text Example


Text Example

White with #CD3A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A3A; }

 p { color: rgb(205,58,58); }

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

background-color css

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

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

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

border-color css

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

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

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