Html Css Color HEX #CF224A Brick Red

📋 copy color: '#CF224A'

red 207 ◦ green 34 ◦ blue 74

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

Shades of Brick Red #CF224A

Tints of Brick Red #CF224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 65.71%
G = 10.79%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF224A (or 0xCF224A) is known color: Brick Red. HEX triplet: CF, 22 and 4A. RGB value is (207,34,74). Sum of RGB (Red+Green+Blue) = 207+34+74=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF224A is #30DDB5. Grayscale: #5A5A5A. Windows color (decimal): -3202486 or 4858575. OLE color: 4858575.

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

Color convert

RGB 207 34 74 -
CMYK 0 0.84 0.64 0.19
HSL 346.13º 0.72% 0.47% -
HSV(B) 346.13º 0.84% 0.81% -
XYZ 27.54 14.9 7.9 -
YUV 90.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 207 34 74 0 0.84 0.64 0.19 346.13 0.72 0.47
Hex CF 22 4A 0 54 40 13 15A 48 2F
Octal 317 42 112 0 124 100 23 532 110 57
Binary 11001111 100010 1001010 0 1010100 1000000 10011 101011010 1001000 101111

Color Harmonies of #CF224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF224A

Black with #CF224A

Text Example


Text Example

White with #CF224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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