Html Css Color HEX #CA3C3A Persian Red

📋 copy color: '#CA3C3A'

red 202 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #CA3C3A

Tints of Persian Red #CA3C3A

RGB

 RED value IS 202 (79.3% from 255) = 63.13%

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

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

R = 63.13%
G = 18.75%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA3C3A (or 0xCA3C3A) is known color: Persian Red. HEX triplet: CA, 3C and 3A. RGB value is (202,60,58). Sum of RGB (Red+Green+Blue) = 202+60+58=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C3A is #35C3C5. Grayscale: #666666. Windows color (decimal): -3523526 or 3816650. OLE color: 3816650.

HSL color Cylindrical-coordinate representation of color #CA3C3A: hue angle of 0.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3C3A is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 58 -
CMYK 0 0.70 0.71 0.21
HSL 0.83º 0.58% 0.51% -
HSV(B) 0.83º 0.71% 0.79% -
XYZ 26.74 16.09 5.7 -
YUV 102.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 202 60 58 0 0.70 0.71 0.21 0.83 0.58 0.51
Hex CA 3C 3A 0 46 47 15 1 3A 33
Octal 312 74 72 0 106 107 25 1 72 63
Binary 11001010 111100 111010 0 1000110 1000111 10101 1 111010 110011

Color Harmonies of #CA3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C3A

Black with #CA3C3A

Text Example


Text Example

White with #CA3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C3A; }

 p { color: rgb(202,60,58); }

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

background-color css

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

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

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

border-color css

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

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

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