Html Css Color HEX #CF253C Brick Red

📋 copy color: '#CF253C'

red 207 ◦ green 37 ◦ blue 60

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

Shades of Brick Red #CF253C

Tints of Brick Red #CF253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 68.09%
G = 12.17%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF253C (or 0xCF253C) is known color: Brick Red. HEX triplet: CF, 25 and 3C. RGB value is (207,37,60). Sum of RGB (Red+Green+Blue) = 207+37+60=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF253C is #30DAC3. Grayscale: #5A5A5A. Windows color (decimal): -3201732 or 3941839. OLE color: 3941839.

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

Color convert

RGB 207 37 60 -
CMYK 0 0.82 0.71 0.19
HSL 351.88º 0.7% 0.48% -
HSV(B) 351.88º 0.82% 0.81% -
XYZ 27.21 14.91 5.72 -
YUV 90.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 207 37 60 0 0.82 0.71 0.19 351.88 0.7 0.48
Hex CF 25 3C 0 52 47 13 160 46 30
Octal 317 45 74 0 122 107 23 540 106 60
Binary 11001111 100101 111100 0 1010010 1000111 10011 101100000 1000110 110000

Color Harmonies of #CF253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF253C

Black with #CF253C

Text Example


Text Example

White with #CF253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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