Html Css Color HEX #C82741 Brick Red

📋 copy color: '#C82741'

red 200 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #C82741

Tints of Brick Red #C82741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 65.79%
G = 12.83%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C82741 (or 0xC82741) is known color: Brick Red. HEX triplet: C8, 27 and 41. RGB value is (200,39,65). Sum of RGB (Red+Green+Blue) = 200+39+65=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C82741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82741 is #37D8BE. Grayscale: #5A5A5A. Windows color (decimal): -3659967 or 4270024. OLE color: 4270024.

HSL color Cylindrical-coordinate representation of color #C82741: hue angle of 350.31º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82741 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 65 -
CMYK 0 0.80 0.68 0.22
HSL 350.31º 0.67% 0.47% -
HSV(B) 350.31º 0.81% 0.78% -
XYZ 25.5 14.11 6.38 -
YUV 90.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 200 39 65 0 0.80 0.68 0.22 350.31 0.67 0.47
Hex C8 27 41 0 50 44 16 15E 43 2F
Octal 310 47 101 0 120 104 26 536 103 57
Binary 11001000 100111 1000001 0 1010000 1000100 10110 101011110 1000011 101111

Color Harmonies of #C82741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82741

Black with #C82741

Text Example


Text Example

White with #C82741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82741; }

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

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

background-color css

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

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

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

border-color css

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

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

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