Html Css Color HEX #CF3244 Brick Red

📋 copy color: '#CF3244'

red 207 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #CF3244

Tints of Brick Red #CF3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 63.69%
G = 15.38%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF3244 (or 0xCF3244) is known color: Brick Red. HEX triplet: CF, 32 and 44. RGB value is (207,50,68). Sum of RGB (Red+Green+Blue) = 207+50+68=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3244 is #30CDBB. Grayscale: #636363. Windows color (decimal): -3198396 or 4469455. OLE color: 4469455.

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

Color convert

RGB 207 50 68 -
CMYK 0 0.76 0.67 0.19
HSL 353.12º 0.62% 0.5% -
HSV(B) 353.12º 0.76% 0.81% -
XYZ 27.92 15.96 7.08 -
YUV 99 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 207 50 68 0 0.76 0.67 0.19 353.12 0.62 0.5
Hex CF 32 44 0 4C 43 13 161 3E 32
Octal 317 62 104 0 114 103 23 541 76 62
Binary 11001111 110010 1000100 0 1001100 1000011 10011 101100001 111110 110010

Color Harmonies of #CF3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3244

Black with #CF3244

Text Example


Text Example

White with #CF3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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