Html Css Color HEX #CF2148 Brick Red

📋 copy color: '#CF2148'

red 207 ◦ green 33 ◦ blue 72

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

Shades of Brick Red #CF2148

Tints of Brick Red #CF2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 66.35%
G = 10.58%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2148 (or 0xCF2148) is known color: Brick Red. HEX triplet: CF, 21 and 48. RGB value is (207,33,72). Sum of RGB (Red+Green+Blue) = 207+33+72=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2148 is #30DEB7. Grayscale: #595959. Windows color (decimal): -3202744 or 4727247. OLE color: 4727247.

HSL color Cylindrical-coordinate representation of color #CF2148: hue angle of 346.55º degrees, saturation: 0.73, 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 #CF2148 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 72 -
CMYK 0 0.84 0.65 0.19
HSL 346.55º 0.73% 0.47% -
HSV(B) 346.55º 0.84% 0.81% -
XYZ 27.45 14.82 7.55 -
YUV 89.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 207 33 72 0 0.84 0.65 0.19 346.55 0.73 0.47
Hex CF 21 48 0 54 41 13 15B 48 2F
Octal 317 41 110 0 124 101 23 533 110 57
Binary 11001111 100001 1001000 0 1010100 1000001 10011 101011011 1001000 101111

Color Harmonies of #CF2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2148

Black with #CF2148

Text Example


Text Example

White with #CF2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2148; }

 p { color: rgb(207,33,72); }

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

background-color css

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

 a { background-color: rgb(207,33,72); }

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

border-color css

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

 span { border-color: rgb(207,33,72); }

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