Html Css Color HEX #CF2D4B Brick Red

📋 copy color: '#CF2D4B'

red 207 ◦ green 45 ◦ blue 75

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

Shades of Brick Red #CF2D4B

Tints of Brick Red #CF2D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

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

R = 63.3%
G = 13.76%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF2D4B (or 0xCF2D4B) is known color: Brick Red. HEX triplet: CF, 2D and 4B. RGB value is (207,45,75). Sum of RGB (Red+Green+Blue) = 207+45+75=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D4B is #30D2B4. Grayscale: #606060. Windows color (decimal): -3199669 or 4926927. OLE color: 4926927.

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

Color convert

RGB 207 45 75 -
CMYK 0 0.78 0.64 0.19
HSL 348.89º 0.64% 0.49% -
HSV(B) 348.89º 0.78% 0.81% -
XYZ 27.94 15.65 8.2 -
YUV 96.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 207 45 75 0 0.78 0.64 0.19 348.89 0.64 0.49
Hex CF 2D 4B 0 4E 40 13 15D 40 31
Octal 317 55 113 0 116 100 23 535 100 61
Binary 11001111 101101 1001011 0 1001110 1000000 10011 101011101 1000000 110001

Color Harmonies of #CF2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D4B

Black with #CF2D4B

Text Example


Text Example

White with #CF2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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