Html Css Color HEX #C83F48 Brick Red

📋 copy color: '#C83F48'

red 200 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C83F48

Tints of Brick Red #C83F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 59.7%
G = 18.81%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83F48 (or 0xC83F48) is known color: Brick Red. HEX triplet: C8, 3F and 48. RGB value is (200,63,72). Sum of RGB (Red+Green+Blue) = 200+63+72=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F48 is #37C0B7. Grayscale: #696969. Windows color (decimal): -3653816 or 4734920. OLE color: 4734920.

HSL color Cylindrical-coordinate representation of color #C83F48: hue angle of 356.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F48 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 63 72 -
CMYK 0 0.68 0.64 0.22
HSL 356.06º 0.55% 0.52% -
HSV(B) 356.06º 0.69% 0.78% -
XYZ 26.77 16.3 7.87 -
YUV 104.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 200 63 72 0 0.68 0.64 0.22 356.06 0.55 0.52
Hex C8 3F 48 0 44 40 16 164 37 34
Octal 310 77 110 0 104 100 26 544 67 64
Binary 11001000 111111 1001000 0 1000100 1000000 10110 101100100 110111 110100

Color Harmonies of #C83F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F48

Black with #C83F48

Text Example


Text Example

White with #C83F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F48; }

 p { color: rgb(200,63,72); }

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

background-color css

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

 a { background-color: rgb(200,63,72); }

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

border-color css

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

 span { border-color: rgb(200,63,72); }

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