Html Css Color HEX #CF294C Brick Red

📋 copy color: '#CF294C'

red 207 ◦ green 41 ◦ blue 76

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

Shades of Brick Red #CF294C

Tints of Brick Red #CF294C

RGB

 RED value IS 207 (81.25% from 255) = 63.89%

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 63.89%
G = 12.65%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF294C (or 0xCF294C) is known color: Brick Red. HEX triplet: CF, 29 and 4C. RGB value is (207,41,76). Sum of RGB (Red+Green+Blue) = 207+41+76=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF294C is #30D6B3. Grayscale: #5E5E5E. Windows color (decimal): -3200692 or 4991439. OLE color: 4991439.

HSL color Cylindrical-coordinate representation of color #CF294C: hue angle of 347.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF294C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 76 -
CMYK 0 0.80 0.63 0.19
HSL 347.35º 0.67% 0.49% -
HSV(B) 347.35º 0.8% 0.81% -
XYZ 27.83 15.37 8.34 -
YUV 94.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 207 41 76 0 0.80 0.63 0.19 347.35 0.67 0.49
Hex CF 29 4C 0 50 3F 13 15B 43 31
Octal 317 51 114 0 120 77 23 533 103 61
Binary 11001111 101001 1001100 0 1010000 111111 10011 101011011 1000011 110001

Color Harmonies of #CF294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF294C

Black with #CF294C

Text Example


Text Example

White with #CF294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF294C; }

 p { color: rgb(207,41,76); }

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

background-color css

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

 a { background-color: rgb(207,41,76); }

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

border-color css

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

 span { border-color: rgb(207,41,76); }

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