Html Css Color HEX #CA3741 Brick Red

📋 copy color: '#CA3741'

red 202 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #CA3741

Tints of Brick Red #CA3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 62.73%
G = 17.08%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA3741 (or 0xCA3741) is known color: Brick Red. HEX triplet: CA, 37 and 41. RGB value is (202,55,65). Sum of RGB (Red+Green+Blue) = 202+55+65=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3741 is #35C8BE. Grayscale: #646464. Windows color (decimal): -3524799 or 4274122. OLE color: 4274122.

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

Color convert

RGB 202 55 65 -
CMYK 0 0.73 0.68 0.21
HSL 355.92º 0.58% 0.5% -
HSV(B) 355.92º 0.73% 0.79% -
XYZ 26.68 15.67 6.62 -
YUV 100.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 202 55 65 0 0.73 0.68 0.21 355.92 0.58 0.5
Hex CA 37 41 0 49 44 15 164 3A 32
Octal 312 67 101 0 111 104 25 544 72 62
Binary 11001010 110111 1000001 0 1001001 1000100 10101 101100100 111010 110010

Color Harmonies of #CA3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3741

Black with #CA3741

Text Example


Text Example

White with #CA3741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3741; }

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

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

background-color css

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

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

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

border-color css

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

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

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