Html Css Color HEX #C33D45 Brick Red

📋 copy color: '#C33D45'

red 195 ◦ green 61 ◦ blue 69

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

Shades of Brick Red #C33D45

Tints of Brick Red #C33D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 60%
G = 18.77%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33D45 (or 0xC33D45) is known color: Brick Red. HEX triplet: C3, 3D and 45. RGB value is (195,61,69). Sum of RGB (Red+Green+Blue) = 195+61+69=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D45 is #3CC2BA. Grayscale: #666666. Windows color (decimal): -3982011 or 4537795. OLE color: 4537795.

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

Color convert

RGB 195 61 69 -
CMYK 0 0.69 0.65 0.24
HSL 356.42º 0.53% 0.5% -
HSV(B) 356.42º 0.69% 0.76% -
XYZ 25.25 15.37 7.27 -
YUV 101.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 195 61 69 0 0.69 0.65 0.24 356.42 0.53 0.5
Hex C3 3D 45 0 45 41 18 164 35 32
Octal 303 75 105 0 105 101 30 544 65 62
Binary 11000011 111101 1000101 0 1000101 1000001 11000 101100100 110101 110010

Color Harmonies of #C33D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D45

Black with #C33D45

Text Example


Text Example

White with #C33D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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