Html Css Color HEX #CF2945 Brick Red

📋 copy color: '#CF2945'

red 207 ◦ green 41 ◦ blue 69

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

Shades of Brick Red #CF2945

Tints of Brick Red #CF2945

RGB

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

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

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

R = 65.3%
G = 12.93%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2945 (or 0xCF2945) is known color: Brick Red. HEX triplet: CF, 29 and 45. RGB value is (207,41,69). Sum of RGB (Red+Green+Blue) = 207+41+69=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2945 is #30D6BA. Grayscale: #5D5D5D. Windows color (decimal): -3200699 or 4532687. OLE color: 4532687.

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

Color convert

RGB 207 41 69 -
CMYK 0 0.80 0.67 0.19
HSL 349.88º 0.67% 0.49% -
HSV(B) 349.88º 0.8% 0.81% -
XYZ 27.6 15.28 7.13 -
YUV 93.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 207 41 69 0 0.80 0.67 0.19 349.88 0.67 0.49
Hex CF 29 45 0 50 43 13 15E 43 31
Octal 317 51 105 0 120 103 23 536 103 61
Binary 11001111 101001 1000101 0 1010000 1000011 10011 101011110 1000011 110001

Color Harmonies of #CF2945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2945

Black with #CF2945

Text Example


Text Example

White with #CF2945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2945; }

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

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

background-color css

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

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

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

border-color css

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

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

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