Html Css Color HEX #CA263F Brick Red

📋 copy color: '#CA263F'

red 202 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #CA263F

Tints of Brick Red #CA263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 66.67%
G = 12.54%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA263F (or 0xCA263F) is known color: Brick Red. HEX triplet: CA, 26 and 3F. RGB value is (202,38,63). Sum of RGB (Red+Green+Blue) = 202+38+63=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA263F is #35D9C0. Grayscale: #595959. Windows color (decimal): -3529153 or 4138698. OLE color: 4138698.

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

Color convert

RGB 202 38 63 -
CMYK 0 0.81 0.69 0.21
HSL 350.85º 0.68% 0.47% -
HSV(B) 350.85º 0.81% 0.79% -
XYZ 25.95 14.3 6.1 -
YUV 89.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 202 38 63 0 0.81 0.69 0.21 350.85 0.68 0.47
Hex CA 26 3F 0 51 45 15 15F 44 2F
Octal 312 46 77 0 121 105 25 537 104 57
Binary 11001010 100110 111111 0 1010001 1000101 10101 101011111 1000100 101111

Color Harmonies of #CA263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA263F

Black with #CA263F

Text Example


Text Example

White with #CA263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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