Html Css Color HEX #C33840 Brick Red

📋 copy color: '#C33840'

red 195 ◦ green 56 ◦ blue 64

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

Shades of Brick Red #C33840

Tints of Brick Red #C33840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 61.9%
G = 17.78%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33840 (or 0xC33840) is known color: Brick Red. HEX triplet: C3, 38 and 40. RGB value is (195,56,64). Sum of RGB (Red+Green+Blue) = 195+56+64=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33840 is #3CC7BF. Grayscale: #626262. Windows color (decimal): -3983296 or 4208835. OLE color: 4208835.

HSL color Cylindrical-coordinate representation of color #C33840: hue angle of 356.55º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33840 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 64 -
CMYK 0 0.71 0.67 0.24
HSL 356.55º 0.55% 0.49% -
HSV(B) 356.55º 0.71% 0.76% -
XYZ 24.85 14.8 6.4 -
YUV 98.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 195 56 64 0 0.71 0.67 0.24 356.55 0.55 0.49
Hex C3 38 40 0 47 43 18 165 37 31
Octal 303 70 100 0 107 103 30 545 67 61
Binary 11000011 111000 1000000 0 1000111 1000011 11000 101100101 110111 110001

Color Harmonies of #C33840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33840

Black with #C33840

Text Example


Text Example

White with #C33840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33840; }

 p { color: rgb(195,56,64); }

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

background-color css

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

 a { background-color: rgb(195,56,64); }

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

border-color css

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

 span { border-color: rgb(195,56,64); }

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