Html Css Color HEX #CF2244 Brick Red

📋 copy color: '#CF2244'

red 207 ◦ green 34 ◦ blue 68

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

Shades of Brick Red #CF2244

Tints of Brick Red #CF2244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

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

R = 66.99%
G = 11%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2244 (or 0xCF2244) is known color: Brick Red. HEX triplet: CF, 22 and 44. RGB value is (207,34,68). Sum of RGB (Red+Green+Blue) = 207+34+68=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2244 is #30DDBB. Grayscale: #595959. Windows color (decimal): -3202492 or 4465359. OLE color: 4465359.

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

Color convert

RGB 207 34 68 -
CMYK 0 0.84 0.67 0.19
HSL 348.21º 0.72% 0.47% -
HSV(B) 348.21º 0.84% 0.81% -
XYZ 27.35 14.83 6.89 -
YUV 89.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 207 34 68 0 0.84 0.67 0.19 348.21 0.72 0.47
Hex CF 22 44 0 54 43 13 15C 48 2F
Octal 317 42 104 0 124 103 23 534 110 57
Binary 11001111 100010 1000100 0 1010100 1000011 10011 101011100 1001000 101111

Color Harmonies of #CF2244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2244

Black with #CF2244

Text Example


Text Example

White with #CF2244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2244; }

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

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

background-color css

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

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

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

border-color css

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

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

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