Html Css Color HEX #CA4241 Persian Red

📋 copy color: '#CA4241'

red 202 ◦ green 66 ◦ blue 65

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

Shades of Persian Red #CA4241

Tints of Persian Red #CA4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 60.66%
G = 19.82%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4241 (or 0xCA4241) is known color: Persian Red. HEX triplet: CA, 42 and 41. RGB value is (202,66,65). Sum of RGB (Red+Green+Blue) = 202+66+65=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4241 is #35BDBE. Grayscale: #6A6A6A. Windows color (decimal): -3521983 or 4276938. OLE color: 4276938.

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

Color convert

RGB 202 66 65 -
CMYK 0 0.67 0.68 0.21
HSL 0.44º 0.56% 0.52% -
HSV(B) 0.44º 0.68% 0.79% -
XYZ 27.26 16.83 6.81 -
YUV 106.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 202 66 65 0 0.67 0.68 0.21 0.44 0.56 0.52
Hex CA 42 41 0 43 44 15 0 38 34
Octal 312 102 101 0 103 104 25 0 70 64
Binary 11001010 1000010 1000001 0 1000011 1000100 10101 0 111000 110100

Color Harmonies of #CA4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4241

Black with #CA4241

Text Example


Text Example

White with #CA4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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