Html Css Color HEX #C3333D Brick Red

📋 copy color: '#C3333D'

red 195 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #C3333D

Tints of Brick Red #C3333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 63.52%
G = 16.61%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3333D (or 0xC3333D) is known color: Brick Red. HEX triplet: C3, 33 and 3D. RGB value is (195,51,61). Sum of RGB (Red+Green+Blue) = 195+51+61=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3333D is #3CCCC2. Grayscale: #5F5F5F. Windows color (decimal): -3984579 or 4010947. OLE color: 4010947.

HSL color Cylindrical-coordinate representation of color #C3333D: hue angle of 355.83º 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 #C3333D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 61 -
CMYK 0 0.74 0.69 0.24
HSL 355.83º 0.59% 0.48% -
HSV(B) 355.83º 0.74% 0.76% -
XYZ 24.53 14.31 5.88 -
YUV 95.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 195 51 61 0 0.74 0.69 0.24 355.83 0.59 0.48
Hex C3 33 3D 0 4A 45 18 164 3B 30
Octal 303 63 75 0 112 105 30 544 73 60
Binary 11000011 110011 111101 0 1001010 1000101 11000 101100100 111011 110000

Color Harmonies of #C3333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3333D

Black with #C3333D

Text Example


Text Example

White with #C3333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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