Html Css Color HEX #CF2643 Brick Red

📋 copy color: '#CF2643'

red 207 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #CF2643

Tints of Brick Red #CF2643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 66.35%
G = 12.18%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2643 (or 0xCF2643) is known color: Brick Red. HEX triplet: CF, 26 and 43. RGB value is (207,38,67). Sum of RGB (Red+Green+Blue) = 207+38+67=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2643 is #30D9BC. Grayscale: #5B5B5B. Windows color (decimal): -3201469 or 4400847. OLE color: 4400847.

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

Color convert

RGB 207 38 67 -
CMYK 0 0.82 0.68 0.19
HSL 349.7º 0.69% 0.48% -
HSV(B) 349.7º 0.82% 0.81% -
XYZ 27.44 15.06 6.77 -
YUV 91.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 207 38 67 0 0.82 0.68 0.19 349.7 0.69 0.48
Hex CF 26 43 0 52 44 13 15E 45 30
Octal 317 46 103 0 122 104 23 536 105 60
Binary 11001111 100110 1000011 0 1010010 1000100 10011 101011110 1000101 110000

Color Harmonies of #CF2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2643

Black with #CF2643

Text Example


Text Example

White with #CF2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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