Html Css Color HEX #CF244A Brick Red

📋 copy color: '#CF244A'

red 207 ◦ green 36 ◦ blue 74

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

Shades of Brick Red #CF244A

Tints of Brick Red #CF244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 65.3%
G = 11.36%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF244A (or 0xCF244A) is known color: Brick Red. HEX triplet: CF, 24 and 4A. RGB value is (207,36,74). Sum of RGB (Red+Green+Blue) = 207+36+74=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF244A is #30DBB5. Grayscale: #5B5B5B. Windows color (decimal): -3201974 or 4859087. OLE color: 4859087.

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

Color convert

RGB 207 36 74 -
CMYK 0 0.83 0.64 0.19
HSL 346.67º 0.7% 0.48% -
HSV(B) 346.67º 0.83% 0.81% -
XYZ 27.6 15.02 7.92 -
YUV 91.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 207 36 74 0 0.83 0.64 0.19 346.67 0.7 0.48
Hex CF 24 4A 0 53 40 13 15B 46 30
Octal 317 44 112 0 123 100 23 533 106 60
Binary 11001111 100100 1001010 0 1010011 1000000 10011 101011011 1000110 110000

Color Harmonies of #CF244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF244A

Black with #CF244A

Text Example


Text Example

White with #CF244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF244A; }

 p { color: rgb(207,36,74); }

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

background-color css

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

 a { background-color: rgb(207,36,74); }

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

border-color css

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

 span { border-color: rgb(207,36,74); }

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