Html Css Color HEX #CA3E3A Persian Red

📋 copy color: '#CA3E3A'

red 202 ◦ green 62 ◦ blue 58

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

Shades of Persian Red #CA3E3A

Tints of Persian Red #CA3E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 62.73%
G = 19.25%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA3E3A (or 0xCA3E3A) is known color: Persian Red. HEX triplet: CA, 3E and 3A. RGB value is (202,62,58). Sum of RGB (Red+Green+Blue) = 202+62+58=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E3A is #35C1C5. Grayscale: #676767. Windows color (decimal): -3523014 or 3817162. OLE color: 3817162.

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

Color convert

RGB 202 62 58 -
CMYK 0 0.69 0.71 0.21
HSL 1.67º 0.58% 0.51% -
HSV(B) 1.67º 0.71% 0.79% -
XYZ 26.84 16.31 5.74 -
YUV 103.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 202 62 58 0 0.69 0.71 0.21 1.67 0.58 0.51
Hex CA 3E 3A 0 45 47 15 2 3A 33
Octal 312 76 72 0 105 107 25 2 72 63
Binary 11001010 111110 111010 0 1000101 1000111 10101 10 111010 110011

Color Harmonies of #CA3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E3A

Black with #CA3E3A

Text Example


Text Example

White with #CA3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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