Html Css Color HEX #C23D43 Brick Red

📋 copy color: '#C23D43'

red 194 ◦ green 61 ◦ blue 67

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

Shades of Brick Red #C23D43

Tints of Brick Red #C23D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 60.25%
G = 18.94%
B = 20.81%

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

#C23D43 (or 0xC23D43) is known color: Brick Red. HEX triplet: C2, 3D and 43. RGB value is (194,61,67). Sum of RGB (Red+Green+Blue) = 194+61+67=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D43 is #3DC2BC. Grayscale: #656565. Windows color (decimal): -4047549 or 4406722. OLE color: 4406722.

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

Color convert

RGB 194 61 67 -
CMYK 0 0.69 0.65 0.24
HSL 357.29º 0.52% 0.5% -
HSV(B) 357.29º 0.69% 0.76% -
XYZ 24.93 15.21 6.93 -
YUV 101.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 194 61 67 0 0.69 0.65 0.24 357.29 0.52 0.5
Hex C2 3D 43 0 45 41 18 165 34 32
Octal 302 75 103 0 105 101 30 545 64 62
Binary 11000010 111101 1000011 0 1000101 1000001 11000 101100101 110100 110010

Color Harmonies of #C23D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D43

Black with #C23D43

Text Example


Text Example

White with #C23D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D43; }

 p { color: rgb(194,61,67); }

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

background-color css

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

 a { background-color: rgb(194,61,67); }

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

border-color css

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

 span { border-color: rgb(194,61,67); }

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