Html Css Color HEX #C9414B Brick Red

📋 copy color: '#C9414B'

red 201 ◦ green 65 ◦ blue 75

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

Shades of Brick Red #C9414B

Tints of Brick Red #C9414B

RGB

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

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

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

R = 58.94%
G = 19.06%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9414B (or 0xC9414B) is known color: Brick Red. HEX triplet: C9, 41 and 4B. RGB value is (201,65,75). Sum of RGB (Red+Green+Blue) = 201+65+75=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9414B is #36BEB4. Grayscale: #6A6A6A. Windows color (decimal): -3587765 or 4932041. OLE color: 4932041.

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

Color convert

RGB 201 65 75 -
CMYK 0 0.68 0.63 0.21
HSL 355.59º 0.56% 0.52% -
HSV(B) 355.59º 0.68% 0.79% -
XYZ 27.25 16.71 8.45 -
YUV 106.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 201 65 75 0 0.68 0.63 0.21 355.59 0.56 0.52
Hex C9 41 4B 0 44 3F 15 164 38 34
Octal 311 101 113 0 104 77 25 544 70 64
Binary 11001001 1000001 1001011 0 1000100 111111 10101 101100100 111000 110100

Color Harmonies of #C9414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9414B

Black with #C9414B

Text Example


Text Example

White with #C9414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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