Html Css Color HEX #C3333F Brick Red

📋 copy color: '#C3333F'

red 195 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #C3333F

Tints of Brick Red #C3333F

RGB

 RED value IS 195 (76.56% from 255) = 63.11%

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

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

R = 63.11%
G = 16.5%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3333F (or 0xC3333F) is known color: Brick Red. HEX triplet: C3, 33 and 3F. RGB value is (195,51,63). Sum of RGB (Red+Green+Blue) = 195+51+63=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3333F is #3CCCC0. Grayscale: #5F5F5F. Windows color (decimal): -3984577 or 4142019. OLE color: 4142019.

HSL color Cylindrical-coordinate representation of color #C3333F: hue angle of 355º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3333F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 63 -
CMYK 0 0.74 0.68 0.24
HSL 355º 0.59% 0.48% -
HSV(B) 355º 0.74% 0.76% -
XYZ 24.59 14.33 6.17 -
YUV 95.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 195 51 63 0 0.74 0.68 0.24 355 0.59 0.48
Hex C3 33 3F 0 4A 44 18 163 3B 30
Octal 303 63 77 0 112 104 30 543 73 60
Binary 11000011 110011 111111 0 1001010 1000100 11000 101100011 111011 110000

Color Harmonies of #C3333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3333F

Black with #C3333F

Text Example


Text Example

White with #C3333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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