Html Css Color HEX #CA313F Brick Red

📋 copy color: '#CA313F'

red 202 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #CA313F

Tints of Brick Red #CA313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 64.33%
G = 15.61%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA313F (or 0xCA313F) is known color: Brick Red. HEX triplet: CA, 31 and 3F. RGB value is (202,49,63). Sum of RGB (Red+Green+Blue) = 202+49+63=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA313F is #35CEC0. Grayscale: #606060. Windows color (decimal): -3526337 or 4141514. OLE color: 4141514.

HSL color Cylindrical-coordinate representation of color #CA313F: hue angle of 354.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA313F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 63 -
CMYK 0 0.76 0.69 0.21
HSL 354.51º 0.61% 0.49% -
HSV(B) 354.51º 0.76% 0.79% -
XYZ 26.35 15.11 6.23 -
YUV 96.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 202 49 63 0 0.76 0.69 0.21 354.51 0.61 0.49
Hex CA 31 3F 0 4C 45 15 163 3D 31
Octal 312 61 77 0 114 105 25 543 75 61
Binary 11001010 110001 111111 0 1001100 1000101 10101 101100011 111101 110001

Color Harmonies of #CA313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA313F

Black with #CA313F

Text Example


Text Example

White with #CA313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA313F; }

 p { color: rgb(202,49,63); }

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

background-color css

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

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

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

border-color css

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

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

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