Html Css Color HEX #C33D48 Brick Red

📋 copy color: '#C33D48'

red 195 ◦ green 61 ◦ blue 72

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

Shades of Brick Red #C33D48

Tints of Brick Red #C33D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 59.45%
G = 18.6%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33D48 (or 0xC33D48) is known color: Brick Red. HEX triplet: C3, 3D and 48. RGB value is (195,61,72). Sum of RGB (Red+Green+Blue) = 195+61+72=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D48 is #3CC2B7. Grayscale: #666666. Windows color (decimal): -3982008 or 4734403. OLE color: 4734403.

HSL color Cylindrical-coordinate representation of color #C33D48: hue angle of 355.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 72 -
CMYK 0 0.69 0.63 0.24
HSL 355.07º 0.53% 0.5% -
HSV(B) 355.07º 0.69% 0.76% -
XYZ 25.34 15.41 7.77 -
YUV 102.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 195 61 72 0 0.69 0.63 0.24 355.07 0.53 0.5
Hex C3 3D 48 0 45 3F 18 163 35 32
Octal 303 75 110 0 105 77 30 543 65 62
Binary 11000011 111101 1001000 0 1000101 111111 11000 101100011 110101 110010

Color Harmonies of #C33D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D48

Black with #C33D48

Text Example


Text Example

White with #C33D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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