Html Css Color HEX #C33842 Brick Red

📋 copy color: '#C33842'

red 195 ◦ green 56 ◦ blue 66

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

Shades of Brick Red #C33842

Tints of Brick Red #C33842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 61.51%
G = 17.67%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33842 (or 0xC33842) is known color: Brick Red. HEX triplet: C3, 38 and 42. RGB value is (195,56,66). Sum of RGB (Red+Green+Blue) = 195+56+66=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33842 is #3CC7BD. Grayscale: #626262. Windows color (decimal): -3983294 or 4339907. OLE color: 4339907.

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

Color convert

RGB 195 56 66 -
CMYK 0 0.71 0.66 0.24
HSL 355.68º 0.55% 0.49% -
HSV(B) 355.68º 0.71% 0.76% -
XYZ 24.9 14.82 6.7 -
YUV 98.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 195 56 66 0 0.71 0.66 0.24 355.68 0.55 0.49
Hex C3 38 42 0 47 42 18 164 37 31
Octal 303 70 102 0 107 102 30 544 67 61
Binary 11000011 111000 1000010 0 1000111 1000010 11000 101100100 110111 110001

Color Harmonies of #C33842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33842

Black with #C33842

Text Example


Text Example

White with #C33842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33842; }

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

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

background-color css

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

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

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

border-color css

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

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

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