Html Css Color HEX #CA413F Persian Red

📋 copy color: '#CA413F'

red 202 ◦ green 65 ◦ blue 63

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

Shades of Persian Red #CA413F

Tints of Persian Red #CA413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 61.21%
G = 19.7%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA413F (or 0xCA413F) is known color: Persian Red. HEX triplet: CA, 41 and 3F. RGB value is (202,65,63). Sum of RGB (Red+Green+Blue) = 202+65+63=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA413F is #35BEC0. Grayscale: #696969. Windows color (decimal): -3522241 or 4145610. OLE color: 4145610.

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

Color convert

RGB 202 65 63 -
CMYK 0 0.68 0.69 0.21
HSL 0.86º 0.57% 0.52% -
HSV(B) 0.86º 0.69% 0.79% -
XYZ 27.14 16.7 6.49 -
YUV 105.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 202 65 63 0 0.68 0.69 0.21 0.86 0.57 0.52
Hex CA 41 3F 0 44 45 15 1 39 34
Octal 312 101 77 0 104 105 25 1 71 64
Binary 11001010 1000001 111111 0 1000100 1000101 10101 1 111001 110100

Color Harmonies of #CA413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA413F

Black with #CA413F

Text Example


Text Example

White with #CA413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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