Html Css Color HEX #CA3E2E Persian Red

📋 copy color: '#CA3E2E'

red 202 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #CA3E2E

Tints of Persian Red #CA3E2E

RGB

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

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

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

R = 65.16%
G = 20%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA3E2E (or 0xCA3E2E) is known color: Persian Red. HEX triplet: CA, 3E and 2E. RGB value is (202,62,46). Sum of RGB (Red+Green+Blue) = 202+62+46=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E2E is #35C1D1. Grayscale: #666666. Windows color (decimal): -3523026 or 3030730. OLE color: 3030730.

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

Color convert

RGB 202 62 46 -
CMYK 0 0.69 0.77 0.21
HSL 6.15º 0.63% 0.49% -
HSV(B) 6.15º 0.77% 0.79% -
XYZ 26.57 16.2 4.31 -
YUV 102.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 202 62 46 0 0.69 0.77 0.21 6.15 0.63 0.49
Hex CA 3E 2E 0 45 4D 15 6 3F 31
Octal 312 76 56 0 105 115 25 6 77 61
Binary 11001010 111110 101110 0 1000101 1001101 10101 110 111111 110001

Color Harmonies of #CA3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E2E

Black with #CA3E2E

Text Example


Text Example

White with #CA3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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