Html Css Color HEX #CF2845 Brick Red

📋 copy color: '#CF2845'

red 207 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #CF2845

Tints of Brick Red #CF2845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 65.51%
G = 12.66%
B = 21.84%

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

#CF2845 (or 0xCF2845) is known color: Brick Red. HEX triplet: CF, 28 and 45. RGB value is (207,40,69). Sum of RGB (Red+Green+Blue) = 207+40+69=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2845 is #30D7BA. Grayscale: #5D5D5D. Windows color (decimal): -3200955 or 4532431. OLE color: 4532431.

HSL color Cylindrical-coordinate representation of color #CF2845: hue angle of 349.58º 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 #CF2845 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 69 -
CMYK 0 0.81 0.67 0.19
HSL 349.58º 0.68% 0.48% -
HSV(B) 349.58º 0.81% 0.81% -
XYZ 27.57 15.21 7.11 -
YUV 93.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 207 40 69 0 0.81 0.67 0.19 349.58 0.68 0.48
Hex CF 28 45 0 51 43 13 15E 44 30
Octal 317 50 105 0 121 103 23 536 104 60
Binary 11001111 101000 1000101 0 1010001 1000011 10011 101011110 1000100 110000

Color Harmonies of #CF2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2845

Black with #CF2845

Text Example


Text Example

White with #CF2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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