Html Css Color HEX #CA2748 Brick Red

📋 copy color: '#CA2748'

red 202 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #CA2748

Tints of Brick Red #CA2748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 64.54%
G = 12.46%
B = 23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2748 (or 0xCA2748) is known color: Brick Red. HEX triplet: CA, 27 and 48. RGB value is (202,39,72). Sum of RGB (Red+Green+Blue) = 202+39+72=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2748 is #35D8B7. Grayscale: #5B5B5B. Windows color (decimal): -3528888 or 4728778. OLE color: 4728778.

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

Color convert

RGB 202 39 72 -
CMYK 0 0.81 0.64 0.21
HSL 347.85º 0.68% 0.47% -
HSV(B) 347.85º 0.81% 0.79% -
XYZ 26.25 14.48 7.54 -
YUV 91.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 202 39 72 0 0.81 0.64 0.21 347.85 0.68 0.47
Hex CA 27 48 0 51 40 15 15C 44 2F
Octal 312 47 110 0 121 100 25 534 104 57
Binary 11001010 100111 1001000 0 1010001 1000000 10101 101011100 1000100 101111

Color Harmonies of #CA2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2748

Black with #CA2748

Text Example


Text Example

White with #CA2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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