Html Css Color HEX #CA413D Persian Red

📋 copy color: '#CA413D'

red 202 ◦ green 65 ◦ blue 61

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

Shades of Persian Red #CA413D

Tints of Persian Red #CA413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 61.59%
G = 19.82%
B = 18.6%

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

#CA413D (or 0xCA413D) is known color: Persian Red. HEX triplet: CA, 41 and 3D. RGB value is (202,65,61). Sum of RGB (Red+Green+Blue) = 202+65+61=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA413D is #35BEC2. Grayscale: #696969. Windows color (decimal): -3522243 or 4014538. OLE color: 4014538.

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

Color convert

RGB 202 65 61 -
CMYK 0 0.68 0.70 0.21
HSL 1.7º 0.57% 0.52% -
HSV(B) 1.7º 0.7% 0.79% -
XYZ 27.09 16.67 6.21 -
YUV 105.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 202 65 61 0 0.68 0.70 0.21 1.7 0.57 0.52
Hex CA 41 3D 0 44 46 15 2 39 34
Octal 312 101 75 0 104 106 25 2 71 64
Binary 11001010 1000001 111101 0 1000100 1000110 10101 10 111001 110100

Color Harmonies of #CA413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA413D

Black with #CA413D

Text Example


Text Example

White with #CA413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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