Html Css Color HEX #CA333F Brick Red

📋 copy color: '#CA333F'

red 202 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #CA333F

Tints of Brick Red #CA333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 63.92%
G = 16.14%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA333F (or 0xCA333F) is known color: Brick Red. HEX triplet: CA, 33 and 3F. RGB value is (202,51,63). Sum of RGB (Red+Green+Blue) = 202+51+63=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA333F is #35CCC0. Grayscale: #616161. Windows color (decimal): -3525825 or 4142026. OLE color: 4142026.

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

Color convert

RGB 202 51 63 -
CMYK 0 0.75 0.69 0.21
HSL 355.23º 0.6% 0.5% -
HSV(B) 355.23º 0.75% 0.79% -
XYZ 26.44 15.28 6.26 -
YUV 97.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 202 51 63 0 0.75 0.69 0.21 355.23 0.6 0.5
Hex CA 33 3F 0 4B 45 15 163 3C 32
Octal 312 63 77 0 113 105 25 543 74 62
Binary 11001010 110011 111111 0 1001011 1000101 10101 101100011 111100 110010

Color Harmonies of #CA333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA333F

Black with #CA333F

Text Example


Text Example

White with #CA333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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