Html Css Color HEX #CA413A Persian Red

📋 copy color: '#CA413A'

red 202 ◦ green 65 ◦ blue 58

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

Shades of Persian Red #CA413A

Tints of Persian Red #CA413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 62.15%
G = 20%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA413A (or 0xCA413A) is known color: Persian Red. HEX triplet: CA, 41 and 3A. RGB value is (202,65,58). Sum of RGB (Red+Green+Blue) = 202+65+58=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA413A is #35BEC5. Grayscale: #696969. Windows color (decimal): -3522246 or 3817930. OLE color: 3817930.

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

Color convert

RGB 202 65 58 -
CMYK 0 0.68 0.71 0.21
HSL 2.92º 0.58% 0.51% -
HSV(B) 2.92º 0.71% 0.79% -
XYZ 27.01 16.64 5.79 -
YUV 105.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 202 65 58 0 0.68 0.71 0.21 2.92 0.58 0.51
Hex CA 41 3A 0 44 47 15 3 3A 33
Octal 312 101 72 0 104 107 25 3 72 63
Binary 11001010 1000001 111010 0 1000100 1000111 10101 11 111010 110011

Color Harmonies of #CA413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA413A

Black with #CA413A

Text Example


Text Example

White with #CA413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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