Html Css Color HEX #CA3E2A Persian Red

📋 copy color: '#CA3E2A'

red 202 ◦ green 62 ◦ blue 42

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

Shades of Persian Red #CA3E2A

Tints of Persian Red #CA3E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 66.01%
G = 20.26%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA3E2A (or 0xCA3E2A) is known color: Persian Red. HEX triplet: CA, 3E and 2A. RGB value is (202,62,42). Sum of RGB (Red+Green+Blue) = 202+62+42=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E2A is #35C1D5. Grayscale: #656565. Windows color (decimal): -3523030 or 2768586. OLE color: 2768586.

HSL color Cylindrical-coordinate representation of color #CA3E2A: hue angle of 7.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA3E2A is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 62 42 -
CMYK 0 0.69 0.79 0.21
HSL 7.5º 0.66% 0.48% -
HSV(B) 7.5º 0.79% 0.79% -
XYZ 26.5 16.17 3.91 -
YUV 101.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 202 62 42 0 0.69 0.79 0.21 7.5 0.66 0.48
Hex CA 3E 2A 0 45 4F 15 8 42 30
Octal 312 76 52 0 105 117 25 10 102 60
Binary 11001010 111110 101010 0 1000101 1001111 10101 1000 1000010 110000

Color Harmonies of #CA3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E2A

Black with #CA3E2A

Text Example


Text Example

White with #CA3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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