Html Css Color HEX #CA3A2E Persian Red

📋 copy color: '#CA3A2E'

red 202 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #CA3A2E

Tints of Persian Red #CA3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 66.01%
G = 18.95%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA3A2E (or 0xCA3A2E) is known color: Persian Red. HEX triplet: CA, 3A and 2E. RGB value is (202,58,46). Sum of RGB (Red+Green+Blue) = 202+58+46=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A2E is #35C5D1. Grayscale: #636363. Windows color (decimal): -3524050 or 3029706. OLE color: 3029706.

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

Color convert

RGB 202 58 46 -
CMYK 0 0.71 0.77 0.21
HSL 4.62º 0.63% 0.49% -
HSV(B) 4.62º 0.77% 0.79% -
XYZ 26.36 15.78 4.24 -
YUV 99.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 202 58 46 0 0.71 0.77 0.21 4.62 0.63 0.49
Hex CA 3A 2E 0 47 4D 15 5 3F 31
Octal 312 72 56 0 107 115 25 5 77 61
Binary 11001010 111010 101110 0 1000111 1001101 10101 101 111111 110001

Color Harmonies of #CA3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A2E

Black with #CA3A2E

Text Example


Text Example

White with #CA3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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