Html Css Color HEX #C62421 Fire Brick

📋 copy color: '#C62421'

red 198 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #C62421

Tints of Fire Brick #C62421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 74.16%
G = 13.48%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C62421 (or 0xC62421) is known color: Fire Brick. HEX triplet: C6, 24 and 21. RGB value is (198,36,33). Sum of RGB (Red+Green+Blue) = 198+36+33=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62421 is #39DBDE. Grayscale: #545454. Windows color (decimal): -3791839 or 2172102. OLE color: 2172102.

HSL color Cylindrical-coordinate representation of color #C62421: hue angle of 1.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62421 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 33 -
CMYK 0 0.82 0.83 0.22
HSL 1.09º 0.71% 0.45% -
HSV(B) 1.09º 0.83% 0.78% -
XYZ 24.19 13.38 2.75 -
YUV 84.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 198 36 33 0 0.82 0.83 0.22 1.09 0.71 0.45
Hex C6 24 21 0 52 53 16 1 47 2D
Octal 306 44 41 0 122 123 26 1 107 55
Binary 11000110 100100 100001 0 1010010 1010011 10110 1 1000111 101101

Color Harmonies of #C62421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62421

Black with #C62421

Text Example


Text Example

White with #C62421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62421; }

 p { color: rgb(198,36,33); }

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

background-color css

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

 a { background-color: rgb(198,36,33); }

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

border-color css

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

 span { border-color: rgb(198,36,33); }

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