Html Css Color HEX #C82D3F Brick Red

📋 copy color: '#C82D3F'

red 200 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #C82D3F

Tints of Brick Red #C82D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 63 (25% from 255) = 20.45%

R = 64.94%
G = 14.61%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C82D3F (or 0xC82D3F) is known color: Brick Red. HEX triplet: C8, 2D and 3F. RGB value is (200,45,63). Sum of RGB (Red+Green+Blue) = 200+45+63=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D3F is #37D2C0. Grayscale: #5D5D5D. Windows color (decimal): -3658433 or 4140488. OLE color: 4140488.

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

Color convert

RGB 200 45 63 -
CMYK 0 0.78 0.68 0.22
HSL 353.03º 0.63% 0.48% -
HSV(B) 353.03º 0.78% 0.78% -
XYZ 25.66 14.52 6.15 -
YUV 93.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 200 45 63 0 0.78 0.68 0.22 353.03 0.63 0.48
Hex C8 2D 3F 0 4E 44 16 161 3F 30
Octal 310 55 77 0 116 104 26 541 77 60
Binary 11001000 101101 111111 0 1001110 1000100 10110 101100001 111111 110000

Color Harmonies of #C82D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D3F

Black with #C82D3F

Text Example


Text Example

White with #C82D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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