Html Css Color HEX #CF214B Brick Red

📋 copy color: '#CF214B'

red 207 ◦ green 33 ◦ blue 75

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

Shades of Brick Red #CF214B

Tints of Brick Red #CF214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 65.71%
G = 10.48%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF214B (or 0xCF214B) is known color: Brick Red. HEX triplet: CF, 21 and 4B. RGB value is (207,33,75). Sum of RGB (Red+Green+Blue) = 207+33+75=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF214B is #30DEB4. Grayscale: #595959. Windows color (decimal): -3202741 or 4923855. OLE color: 4923855.

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

Color convert

RGB 207 33 75 -
CMYK 0 0.84 0.64 0.19
HSL 345.52º 0.73% 0.47% -
HSV(B) 345.52º 0.84% 0.81% -
XYZ 27.55 14.86 8.07 -
YUV 89.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 207 33 75 0 0.84 0.64 0.19 345.52 0.73 0.47
Hex CF 21 4B 0 54 40 13 15A 48 2F
Octal 317 41 113 0 124 100 23 532 110 57
Binary 11001111 100001 1001011 0 1010100 1000000 10011 101011010 1001000 101111

Color Harmonies of #CF214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF214B

Black with #CF214B

Text Example


Text Example

White with #CF214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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