Html Css Color HEX #CF304C Brick Red

📋 copy color: '#CF304C'

red 207 ◦ green 48 ◦ blue 76

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

Shades of Brick Red #CF304C

Tints of Brick Red #CF304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 62.54%
G = 14.5%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF304C (or 0xCF304C) is known color: Brick Red. HEX triplet: CF, 30 and 4C. RGB value is (207,48,76). Sum of RGB (Red+Green+Blue) = 207+48+76=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF304C is #30CFB3. Grayscale: #626262. Windows color (decimal): -3198900 or 4993231. OLE color: 4993231.

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

Color convert

RGB 207 48 76 -
CMYK 0 0.77 0.63 0.19
HSL 349.43º 0.62% 0.5% -
HSV(B) 349.43º 0.77% 0.81% -
XYZ 28.09 15.9 8.43 -
YUV 98.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 207 48 76 0 0.77 0.63 0.19 349.43 0.62 0.5
Hex CF 30 4C 0 4D 3F 13 15D 3E 32
Octal 317 60 114 0 115 77 23 535 76 62
Binary 11001111 110000 1001100 0 1001101 111111 10011 101011101 111110 110010

Color Harmonies of #CF304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF304C

Black with #CF304C

Text Example


Text Example

White with #CF304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF304C; }

 p { color: rgb(207,48,76); }

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

background-color css

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

 a { background-color: rgb(207,48,76); }

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

border-color css

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

 span { border-color: rgb(207,48,76); }

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