Html Css Color HEX #C9424A Brick Red

📋 copy color: '#C9424A'

red 201 ◦ green 66 ◦ blue 74

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

Shades of Brick Red #C9424A

Tints of Brick Red #C9424A

RGB

 RED value IS 201 (78.91% from 255) = 58.94%

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 58.94%
G = 19.35%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9424A (or 0xC9424A) is known color: Brick Red. HEX triplet: C9, 42 and 4A. RGB value is (201,66,74). Sum of RGB (Red+Green+Blue) = 201+66+74=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9424A is #36BDB5. Grayscale: #6B6B6B. Windows color (decimal): -3587510 or 4866761. OLE color: 4866761.

HSL color Cylindrical-coordinate representation of color #C9424A: hue angle of 356.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9424A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 74 -
CMYK 0 0.67 0.63 0.21
HSL 356.44º 0.56% 0.52% -
HSV(B) 356.44º 0.67% 0.79% -
XYZ 27.27 16.81 8.29 -
YUV 107.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 201 66 74 0 0.67 0.63 0.21 356.44 0.56 0.52
Hex C9 42 4A 0 43 3F 15 164 38 34
Octal 311 102 112 0 103 77 25 544 70 64
Binary 11001001 1000010 1001010 0 1000011 111111 10101 101100100 111000 110100

Color Harmonies of #C9424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9424A

Black with #C9424A

Text Example


Text Example

White with #C9424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9424A; }

 p { color: rgb(201,66,74); }

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

background-color css

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

 a { background-color: rgb(201,66,74); }

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

border-color css

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

 span { border-color: rgb(201,66,74); }

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