Html Css Color HEX #CA413B Persian Red

📋 copy color: '#CA413B'

red 202 ◦ green 65 ◦ blue 59

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

Shades of Persian Red #CA413B

Tints of Persian Red #CA413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 61.96%
G = 19.94%
B = 18.1%

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

#CA413B (or 0xCA413B) is known color: Persian Red. HEX triplet: CA, 41 and 3B. RGB value is (202,65,59). Sum of RGB (Red+Green+Blue) = 202+65+59=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA413B is #35BEC4. Grayscale: #696969. Windows color (decimal): -3522245 or 3883466. OLE color: 3883466.

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

Color convert

RGB 202 65 59 -
CMYK 0 0.68 0.71 0.21
HSL 2.52º 0.57% 0.51% -
HSV(B) 2.52º 0.71% 0.79% -
XYZ 27.04 16.65 5.93 -
YUV 105.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 202 65 59 0 0.68 0.71 0.21 2.52 0.57 0.51
Hex CA 41 3B 0 44 47 15 3 39 33
Octal 312 101 73 0 104 107 25 3 71 63
Binary 11001010 1000001 111011 0 1000100 1000111 10101 11 111001 110011

Color Harmonies of #CA413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA413B

Black with #CA413B

Text Example


Text Example

White with #CA413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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