Html Css Color HEX #CA413C Persian Red

📋 copy color: '#CA413C'

red 202 ◦ green 65 ◦ blue 60

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

Shades of Persian Red #CA413C

Tints of Persian Red #CA413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 61.77%
G = 19.88%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA413C (or 0xCA413C) is known color: Persian Red. HEX triplet: CA, 41 and 3C. RGB value is (202,65,60). Sum of RGB (Red+Green+Blue) = 202+65+60=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA413C is #35BEC3. Grayscale: #696969. Windows color (decimal): -3522244 or 3949002. OLE color: 3949002.

HSL color Cylindrical-coordinate representation of color #CA413C: hue angle of 2.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA413C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 60 -
CMYK 0 0.68 0.70 0.21
HSL 2.11º 0.57% 0.51% -
HSV(B) 2.11º 0.7% 0.79% -
XYZ 27.06 16.66 6.06 -
YUV 105.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 202 65 60 0 0.68 0.70 0.21 2.11 0.57 0.51
Hex CA 41 3C 0 44 46 15 2 39 33
Octal 312 101 74 0 104 106 25 2 71 63
Binary 11001010 1000001 111100 0 1000100 1000110 10101 10 111001 110011

Color Harmonies of #CA413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA413C

Black with #CA413C

Text Example


Text Example

White with #CA413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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