Html Css Color HEX #C62D3E Brick Red

📋 copy color: '#C62D3E'

red 198 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #C62D3E

Tints of Brick Red #C62D3E

RGB

 RED value IS 198 (77.73% from 255) = 64.92%

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 64.92%
G = 14.75%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C62D3E (or 0xC62D3E) is known color: Brick Red. HEX triplet: C6, 2D and 3E. RGB value is (198,45,62). Sum of RGB (Red+Green+Blue) = 198+45+62=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D3E is #39D2C1. Grayscale: #5C5C5C. Windows color (decimal): -3789506 or 4074950. OLE color: 4074950.

HSL color Cylindrical-coordinate representation of color #C62D3E: hue angle of 353.33º 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 #C62D3E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 45 62 -
CMYK 0 0.77 0.69 0.22
HSL 353.33º 0.63% 0.48% -
HSV(B) 353.33º 0.77% 0.78% -
XYZ 25.1 14.23 5.98 -
YUV 92.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 198 45 62 0 0.77 0.69 0.22 353.33 0.63 0.48
Hex C6 2D 3E 0 4D 45 16 161 3F 30
Octal 306 55 76 0 115 105 26 541 77 60
Binary 11000110 101101 111110 0 1001101 1000101 10110 101100001 111111 110000

Color Harmonies of #C62D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D3E

Black with #C62D3E

Text Example


Text Example

White with #C62D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D3E; }

 p { color: rgb(198,45,62); }

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

background-color css

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

 a { background-color: rgb(198,45,62); }

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

border-color css

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

 span { border-color: rgb(198,45,62); }

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