Html Css Color HEX #CF224B Brick Red

📋 copy color: '#CF224B'

red 207 ◦ green 34 ◦ blue 75

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

Shades of Brick Red #CF224B

Tints of Brick Red #CF224B

RGB

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

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

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

R = 65.51%
G = 10.76%
B = 23.73%

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

#CF224B (or 0xCF224B) is known color: Brick Red. HEX triplet: CF, 22 and 4B. RGB value is (207,34,75). Sum of RGB (Red+Green+Blue) = 207+34+75=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF224B is #30DDB4. Grayscale: #5A5A5A. Windows color (decimal): -3202485 or 4924111. OLE color: 4924111.

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

Color convert

RGB 207 34 75 -
CMYK 0 0.84 0.64 0.19
HSL 345.78º 0.72% 0.47% -
HSV(B) 345.78º 0.84% 0.81% -
XYZ 27.57 14.92 8.08 -
YUV 90.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 207 34 75 0 0.84 0.64 0.19 345.78 0.72 0.47
Hex CF 22 4B 0 54 40 13 15A 48 2F
Octal 317 42 113 0 124 100 23 532 110 57
Binary 11001111 100010 1001011 0 1010100 1000000 10011 101011010 1001000 101111

Color Harmonies of #CF224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF224B

Black with #CF224B

Text Example


Text Example

White with #CF224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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