Html Css Color HEX #C83A44 Brick Red

📋 copy color: '#C83A44'

red 200 ◦ green 58 ◦ blue 68

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

Shades of Brick Red #C83A44

Tints of Brick Red #C83A44

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.79%

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

R = 61.35%
G = 17.79%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C83A44 (or 0xC83A44) is known color: Brick Red. HEX triplet: C8, 3A and 44. RGB value is (200,58,68). Sum of RGB (Red+Green+Blue) = 200+58+68=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A44 is #37C5BB. Grayscale: #656565. Windows color (decimal): -3655100 or 4471496. OLE color: 4471496.

HSL color Cylindrical-coordinate representation of color #C83A44: hue angle of 355.77º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A44 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 58 68 -
CMYK 0 0.71 0.66 0.22
HSL 355.77º 0.56% 0.51% -
HSV(B) 355.77º 0.71% 0.78% -
XYZ 26.38 15.72 7.11 -
YUV 101.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 200 58 68 0 0.71 0.66 0.22 355.77 0.56 0.51
Hex C8 3A 44 0 47 42 16 164 38 33
Octal 310 72 104 0 107 102 26 544 70 63
Binary 11001000 111010 1000100 0 1000111 1000010 10110 101100100 111000 110011

Color Harmonies of #C83A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A44

Black with #C83A44

Text Example


Text Example

White with #C83A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A44; }

 p { color: rgb(200,58,68); }

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

background-color css

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

 a { background-color: rgb(200,58,68); }

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

border-color css

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

 span { border-color: rgb(200,58,68); }

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