Html Css Color HEX #C23641 Brick Red

📋 copy color: '#C23641'

red 194 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #C23641

Tints of Brick Red #C23641

RGB

 RED value IS 194 (76.17% from 255) = 61.98%

 GREEN value IS 54 (21.48% from 255) = 17.25%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 61.98%
G = 17.25%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23641 (or 0xC23641) is known color: Brick Red. HEX triplet: C2, 36 and 41. RGB value is (194,54,65). Sum of RGB (Red+Green+Blue) = 194+54+65=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23641 is #3DC9BE. Grayscale: #616161. Windows color (decimal): -4049343 or 4273858. OLE color: 4273858.

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

Color convert

RGB 194 54 65 -
CMYK 0 0.72 0.66 0.24
HSL 355.29º 0.56% 0.49% -
HSV(B) 355.29º 0.72% 0.76% -
XYZ 24.52 14.49 6.51 -
YUV 97.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 194 54 65 0 0.72 0.66 0.24 355.29 0.56 0.49
Hex C2 36 41 0 48 42 18 163 38 31
Octal 302 66 101 0 110 102 30 543 70 61
Binary 11000010 110110 1000001 0 1001000 1000010 11000 101100011 111000 110001

Color Harmonies of #C23641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23641

Black with #C23641

Text Example


Text Example

White with #C23641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23641; }

 p { color: rgb(194,54,65); }

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

background-color css

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

 a { background-color: rgb(194,54,65); }

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

border-color css

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

 span { border-color: rgb(194,54,65); }

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