Html Css Color HEX #CF2D3B Brick Red

📋 copy color: '#CF2D3B'

red 207 ◦ green 45 ◦ blue 59

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

Shades of Brick Red #CF2D3B

Tints of Brick Red #CF2D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 66.56%
G = 14.47%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF2D3B (or 0xCF2D3B) is known color: Brick Red. HEX triplet: CF, 2D and 3B. RGB value is (207,45,59). Sum of RGB (Red+Green+Blue) = 207+45+59=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D3B is #30D2C4. Grayscale: #5F5F5F. Windows color (decimal): -3199685 or 3878351. OLE color: 3878351.

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

Color convert

RGB 207 45 59 -
CMYK 0 0.78 0.71 0.19
HSL 354.81º 0.64% 0.49% -
HSV(B) 354.81º 0.78% 0.81% -
XYZ 27.46 15.46 5.67 -
YUV 95.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 207 45 59 0 0.78 0.71 0.19 354.81 0.64 0.49
Hex CF 2D 3B 0 4E 47 13 163 40 31
Octal 317 55 73 0 116 107 23 543 100 61
Binary 11001111 101101 111011 0 1001110 1000111 10011 101100011 1000000 110001

Color Harmonies of #CF2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D3B

Black with #CF2D3B

Text Example


Text Example

White with #CF2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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