Html Css Color HEX #CF254B Brick Red

📋 copy color: '#CF254B'

red 207 ◦ green 37 ◦ blue 75

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

Shades of Brick Red #CF254B

Tints of Brick Red #CF254B

RGB

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

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

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

R = 64.89%
G = 11.6%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF254B (or 0xCF254B) is known color: Brick Red. HEX triplet: CF, 25 and 4B. RGB value is (207,37,75). Sum of RGB (Red+Green+Blue) = 207+37+75=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF254B is #30DAB4. Grayscale: #5C5C5C. Windows color (decimal): -3201717 or 4924879. OLE color: 4924879.

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

Color convert

RGB 207 37 75 -
CMYK 0 0.82 0.64 0.19
HSL 346.59º 0.7% 0.48% -
HSV(B) 346.59º 0.82% 0.81% -
XYZ 27.66 15.1 8.11 -
YUV 92.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 207 37 75 0 0.82 0.64 0.19 346.59 0.7 0.48
Hex CF 25 4B 0 52 40 13 15B 46 30
Octal 317 45 113 0 122 100 23 533 106 60
Binary 11001111 100101 1001011 0 1010010 1000000 10011 101011011 1000110 110000

Color Harmonies of #CF254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF254B

Black with #CF254B

Text Example


Text Example

White with #CF254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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