Html Css Color HEX #CF254C Brick Red

📋 copy color: '#CF254C'

red 207 ◦ green 37 ◦ blue 76

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

Shades of Brick Red #CF254C

Tints of Brick Red #CF254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 64.69%
G = 11.56%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF254C (or 0xCF254C) is known color: Brick Red. HEX triplet: CF, 25 and 4C. RGB value is (207,37,76). Sum of RGB (Red+Green+Blue) = 207+37+76=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF254C is #30DAB3. Grayscale: #5C5C5C. Windows color (decimal): -3201716 or 4990415. OLE color: 4990415.

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

Color convert

RGB 207 37 76 -
CMYK 0 0.82 0.63 0.19
HSL 346.24º 0.7% 0.48% -
HSV(B) 346.24º 0.82% 0.81% -
XYZ 27.7 15.11 8.29 -
YUV 92.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 207 37 76 0 0.82 0.63 0.19 346.24 0.7 0.48
Hex CF 25 4C 0 52 3F 13 15A 46 30
Octal 317 45 114 0 122 77 23 532 106 60
Binary 11001111 100101 1001100 0 1010010 111111 10011 101011010 1000110 110000

Color Harmonies of #CF254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF254C

Black with #CF254C

Text Example


Text Example

White with #CF254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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