Html Css Color HEX #CA2741 Brick Red

📋 copy color: '#CA2741'

red 202 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #CA2741

Tints of Brick Red #CA2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 66.01%
G = 12.75%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2741 (or 0xCA2741) is known color: Brick Red. HEX triplet: CA, 27 and 41. RGB value is (202,39,65). Sum of RGB (Red+Green+Blue) = 202+39+65=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2741 is #35D8BE. Grayscale: #5A5A5A. Windows color (decimal): -3528895 or 4270026. OLE color: 4270026.

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

Color convert

RGB 202 39 65 -
CMYK 0 0.81 0.68 0.21
HSL 350.43º 0.68% 0.47% -
HSV(B) 350.43º 0.81% 0.79% -
XYZ 26.04 14.39 6.41 -
YUV 90.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 202 39 65 0 0.81 0.68 0.21 350.43 0.68 0.47
Hex CA 27 41 0 51 44 15 15E 44 2F
Octal 312 47 101 0 121 104 25 536 104 57
Binary 11001010 100111 1000001 0 1010001 1000100 10101 101011110 1000100 101111

Color Harmonies of #CA2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2741

Black with #CA2741

Text Example


Text Example

White with #CA2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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