Html Css Color HEX #CF2245 Brick Red

📋 copy color: '#CF2245'

red 207 ◦ green 34 ◦ blue 69

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

Shades of Brick Red #CF2245

Tints of Brick Red #CF2245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 66.77%
G = 10.97%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2245 (or 0xCF2245) is known color: Brick Red. HEX triplet: CF, 22 and 45. RGB value is (207,34,69). Sum of RGB (Red+Green+Blue) = 207+34+69=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2245 is #30DDBA. Grayscale: #595959. Windows color (decimal): -3202491 or 4530895. OLE color: 4530895.

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

Color convert

RGB 207 34 69 -
CMYK 0 0.84 0.67 0.19
HSL 347.86º 0.72% 0.47% -
HSV(B) 347.86º 0.84% 0.81% -
XYZ 27.38 14.84 7.05 -
YUV 89.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 207 34 69 0 0.84 0.67 0.19 347.86 0.72 0.47
Hex CF 22 45 0 54 43 13 15C 48 2F
Octal 317 42 105 0 124 103 23 534 110 57
Binary 11001111 100010 1000101 0 1010100 1000011 10011 101011100 1001000 101111

Color Harmonies of #CF2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2245

Black with #CF2245

Text Example


Text Example

White with #CF2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2245; }

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

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

background-color css

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

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

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

border-color css

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

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

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