Html Css Color HEX #C83441 Brick Red

📋 copy color: '#C83441'

red 200 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #C83441

Tints of Brick Red #C83441

RGB

 RED value IS 200 (78.52% from 255) = 63.09%

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 63.09%
G = 16.4%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83441 (or 0xC83441) is known color: Brick Red. HEX triplet: C8, 34 and 41. RGB value is (200,52,65). Sum of RGB (Red+Green+Blue) = 200+52+65=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83441 is #37CBBE. Grayscale: #616161. Windows color (decimal): -3656639 or 4273352. OLE color: 4273352.

HSL color Cylindrical-coordinate representation of color #C83441: hue angle of 354.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83441 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 65 -
CMYK 0 0.74 0.68 0.22
HSL 354.73º 0.59% 0.49% -
HSV(B) 354.73º 0.74% 0.78% -
XYZ 26 15.12 6.55 -
YUV 97.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 200 52 65 0 0.74 0.68 0.22 354.73 0.59 0.49
Hex C8 34 41 0 4A 44 16 163 3B 31
Octal 310 64 101 0 112 104 26 543 73 61
Binary 11001000 110100 1000001 0 1001010 1000100 10110 101100011 111011 110001

Color Harmonies of #C83441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83441

Black with #C83441

Text Example


Text Example

White with #C83441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83441; }

 p { color: rgb(200,52,65); }

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

background-color css

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

 a { background-color: rgb(200,52,65); }

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

border-color css

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

 span { border-color: rgb(200,52,65); }

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