Html Css Color HEX #CF2844 Brick Red

📋 copy color: '#CF2844'

red 207 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #CF2844

Tints of Brick Red #CF2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 65.71%
G = 12.7%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2844 (or 0xCF2844) is known color: Brick Red. HEX triplet: CF, 28 and 44. RGB value is (207,40,68). Sum of RGB (Red+Green+Blue) = 207+40+68=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2844 is #30D7BB. Grayscale: #5D5D5D. Windows color (decimal): -3200956 or 4466895. OLE color: 4466895.

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

Color convert

RGB 207 40 68 -
CMYK 0 0.81 0.67 0.19
HSL 349.94º 0.68% 0.48% -
HSV(B) 349.94º 0.81% 0.81% -
XYZ 27.53 15.2 6.95 -
YUV 93.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 207 40 68 0 0.81 0.67 0.19 349.94 0.68 0.48
Hex CF 28 44 0 51 43 13 15E 44 30
Octal 317 50 104 0 121 103 23 536 104 60
Binary 11001111 101000 1000100 0 1010001 1000011 10011 101011110 1000100 110000

Color Harmonies of #CF2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2844

Black with #CF2844

Text Example


Text Example

White with #CF2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2844; }

 p { color: rgb(207,40,68); }

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

background-color css

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

 a { background-color: rgb(207,40,68); }

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

border-color css

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

 span { border-color: rgb(207,40,68); }

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