Html Css Color HEX #CF2B43 Brick Red

📋 copy color: '#CF2B43'

red 207 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #CF2B43

Tints of Brick Red #CF2B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 67 (26.56% from 255) = 21.14%

R = 65.3%
G = 13.56%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2B43 (or 0xCF2B43) is known color: Brick Red. HEX triplet: CF, 2B and 43. RGB value is (207,43,67). Sum of RGB (Red+Green+Blue) = 207+43+67=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B43 is #30D4BC. Grayscale: #5E5E5E. Windows color (decimal): -3200189 or 4402127. OLE color: 4402127.

HSL color Cylindrical-coordinate representation of color #CF2B43: hue angle of 351.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B43 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 43 67 -
CMYK 0 0.79 0.68 0.19
HSL 351.22º 0.66% 0.49% -
HSV(B) 351.22º 0.79% 0.81% -
XYZ 27.61 15.4 6.83 -
YUV 94.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 207 43 67 0 0.79 0.68 0.19 351.22 0.66 0.49
Hex CF 2B 43 0 4F 44 13 15F 42 31
Octal 317 53 103 0 117 104 23 537 102 61
Binary 11001111 101011 1000011 0 1001111 1000100 10011 101011111 1000010 110001

Color Harmonies of #CF2B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B43

Black with #CF2B43

Text Example


Text Example

White with #CF2B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B43; }

 p { color: rgb(207,43,67); }

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

background-color css

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

 a { background-color: rgb(207,43,67); }

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

border-color css

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

 span { border-color: rgb(207,43,67); }

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