Html Css Color HEX #C7414B Brick Red

📋 copy color: '#C7414B'

red 199 ◦ green 65 ◦ blue 75

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

Shades of Brick Red #C7414B

Tints of Brick Red #C7414B

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 58.7%
G = 19.17%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7414B (or 0xC7414B) is known color: Brick Red. HEX triplet: C7, 41 and 4B. RGB value is (199,65,75). Sum of RGB (Red+Green+Blue) = 199+65+75=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7414B is #38BEB4. Grayscale: #6A6A6A. Windows color (decimal): -3718837 or 4932039. OLE color: 4932039.

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

Color convert

RGB 199 65 75 -
CMYK 0 0.67 0.62 0.22
HSL 355.52º 0.54% 0.52% -
HSV(B) 355.52º 0.67% 0.78% -
XYZ 26.71 16.43 8.42 -
YUV 106.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 199 65 75 0 0.67 0.62 0.22 355.52 0.54 0.52
Hex C7 41 4B 0 43 3E 16 164 36 34
Octal 307 101 113 0 103 76 26 544 66 64
Binary 11000111 1000001 1001011 0 1000011 111110 10110 101100100 110110 110100

Color Harmonies of #C7414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7414B

Black with #C7414B

Text Example


Text Example

White with #C7414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7414B; }

 p { color: rgb(199,65,75); }

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

background-color css

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

 a { background-color: rgb(199,65,75); }

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

border-color css

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

 span { border-color: rgb(199,65,75); }

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