Html Css Color HEX #CA4140 Persian Red

📋 copy color: '#CA4140'

red 202 ◦ green 65 ◦ blue 64

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

Shades of Persian Red #CA4140

Tints of Persian Red #CA4140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 61.03%
G = 19.64%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4140 (or 0xCA4140) is known color: Persian Red. HEX triplet: CA, 41 and 40. RGB value is (202,65,64). Sum of RGB (Red+Green+Blue) = 202+65+64=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4140 is #35BEBF. Grayscale: #696969. Windows color (decimal): -3522240 or 4211146. OLE color: 4211146.

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

Color convert

RGB 202 65 64 -
CMYK 0 0.68 0.68 0.21
HSL 0.43º 0.57% 0.52% -
HSV(B) 0.43º 0.68% 0.79% -
XYZ 27.17 16.71 6.64 -
YUV 105.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 202 65 64 0 0.68 0.68 0.21 0.43 0.57 0.52
Hex CA 41 40 0 44 44 15 0 39 34
Octal 312 101 100 0 104 104 25 0 71 64
Binary 11001010 1000001 1000000 0 1000100 1000100 10101 0 111001 110100

Color Harmonies of #CA4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4140

Black with #CA4140

Text Example


Text Example

White with #CA4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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