Html Css Color HEX #CA4141 Persian Red

📋 copy color: '#CA4141'

red 202 ◦ green 65 ◦ blue 65

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

Shades of Persian Red #CA4141

Tints of Persian Red #CA4141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 60.84%
G = 19.58%
B = 19.58%

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

#CA4141 (or 0xCA4141) is known color: Persian Red. HEX triplet: CA, 41 and 41. RGB value is (202,65,65). Sum of RGB (Red+Green+Blue) = 202+65+65=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4141 is #35BEBE. Grayscale: #6A6A6A. Windows color (decimal): -3522239 or 4276682. OLE color: 4276682.

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

Color convert

RGB 202 65 65 -
CMYK 0 0.68 0.68 0.21
HSL 0.56% 0.52% -
HSV(B) 0.68% 0.79% -
XYZ 27.2 16.72 6.79 -
YUV 105.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 202 65 65 0 0.68 0.68 0.21 0 0.56 0.52
Hex CA 41 41 0 44 44 15 0 38 34
Octal 312 101 101 0 104 104 25 0 70 64
Binary 11001010 1000001 1000001 0 1000100 1000100 10101 0 111000 110100

Color Harmonies of #CA4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4141

Black with #CA4141

Text Example


Text Example

White with #CA4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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