Html Css Color HEX #C23F44 Brick Red

📋 copy color: '#C23F44'

red 194 ◦ green 63 ◦ blue 68

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

Shades of Brick Red #C23F44

Tints of Brick Red #C23F44

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 59.69%
G = 19.38%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23F44 (or 0xC23F44) is known color: Brick Red. HEX triplet: C2, 3F and 44. RGB value is (194,63,68). Sum of RGB (Red+Green+Blue) = 194+63+68=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F44 is #3DC0BB. Grayscale: #666666. Windows color (decimal): -4047036 or 4472770. OLE color: 4472770.

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

Color convert

RGB 194 63 68 -
CMYK 0 0.68 0.65 0.24
HSL 357.71º 0.52% 0.5% -
HSV(B) 357.71º 0.68% 0.76% -
XYZ 25.07 15.44 7.13 -
YUV 102.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 194 63 68 0 0.68 0.65 0.24 357.71 0.52 0.5
Hex C2 3F 44 0 44 41 18 166 34 32
Octal 302 77 104 0 104 101 30 546 64 62
Binary 11000010 111111 1000100 0 1000100 1000001 11000 101100110 110100 110010

Color Harmonies of #C23F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F44

Black with #C23F44

Text Example


Text Example

White with #C23F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F44; }

 p { color: rgb(194,63,68); }

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

background-color css

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

 a { background-color: rgb(194,63,68); }

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

border-color css

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

 span { border-color: rgb(194,63,68); }

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