Html Css Color HEX #C8423A Grenadier

📋 copy color: '#C8423A'

red 200 ◦ green 66 ◦ blue 58

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

Shades of Grenadier #C8423A

Tints of Grenadier #C8423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 61.73%
G = 20.37%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8423A (or 0xC8423A) is known color: Grenadier. HEX triplet: C8, 42 and 3A. RGB value is (200,66,58). Sum of RGB (Red+Green+Blue) = 200+66+58=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423A is #37BDC5. Grayscale: #696969. Windows color (decimal): -3653062 or 3818184. OLE color: 3818184.

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

Color convert

RGB 200 66 58 -
CMYK 0 0.67 0.71 0.22
HSL 3.38º 0.56% 0.51% -
HSV(B) 3.38º 0.71% 0.78% -
XYZ 26.53 16.48 5.79 -
YUV 105.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 200 66 58 0 0.67 0.71 0.22 3.38 0.56 0.51
Hex C8 42 3A 0 43 47 16 3 38 33
Octal 310 102 72 0 103 107 26 3 70 63
Binary 11001000 1000010 111010 0 1000011 1000111 10110 11 111000 110011

Color Harmonies of #C8423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8423A

Black with #C8423A

Text Example


Text Example

White with #C8423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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