Html Css Color HEX #C82F42 Brick Red

📋 copy color: '#C82F42'

red 200 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #C82F42

Tints of Brick Red #C82F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 63.9%
G = 15.02%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C82F42 (or 0xC82F42) is known color: Brick Red. HEX triplet: C8, 2F and 42. RGB value is (200,47,66). Sum of RGB (Red+Green+Blue) = 200+47+66=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F42 is #37D0BD. Grayscale: #5E5E5E. Windows color (decimal): -3657918 or 4337608. OLE color: 4337608.

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

Color convert

RGB 200 47 66 -
CMYK 0 0.76 0.67 0.22
HSL 352.55º 0.62% 0.48% -
HSV(B) 352.55º 0.77% 0.78% -
XYZ 25.82 14.71 6.63 -
YUV 94.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 200 47 66 0 0.76 0.67 0.22 352.55 0.62 0.48
Hex C8 2F 42 0 4C 43 16 161 3E 30
Octal 310 57 102 0 114 103 26 541 76 60
Binary 11001000 101111 1000010 0 1001100 1000011 10110 101100001 111110 110000

Color Harmonies of #C82F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F42

Black with #C82F42

Text Example


Text Example

White with #C82F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F42; }

 p { color: rgb(200,47,66); }

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

background-color css

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

 a { background-color: rgb(200,47,66); }

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

border-color css

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

 span { border-color: rgb(200,47,66); }

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