Html Css Color HEX #CF2D41 Brick Red

📋 copy color: '#CF2D41'

red 207 ◦ green 45 ◦ blue 65

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

Shades of Brick Red #CF2D41

Tints of Brick Red #CF2D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 65.3%
G = 14.2%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2D41 (or 0xCF2D41) is known color: Brick Red. HEX triplet: CF, 2D and 41. RGB value is (207,45,65). Sum of RGB (Red+Green+Blue) = 207+45+65=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D41 is #30D2BE. Grayscale: #5F5F5F. Windows color (decimal): -3199679 or 4271567. OLE color: 4271567.

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

Color convert

RGB 207 45 65 -
CMYK 0 0.78 0.69 0.19
HSL 352.59º 0.64% 0.49% -
HSV(B) 352.59º 0.78% 0.81% -
XYZ 27.62 15.52 6.54 -
YUV 95.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 207 45 65 0 0.78 0.69 0.19 352.59 0.64 0.49
Hex CF 2D 41 0 4E 45 13 161 40 31
Octal 317 55 101 0 116 105 23 541 100 61
Binary 11001111 101101 1000001 0 1001110 1000101 10011 101100001 1000000 110001

Color Harmonies of #CF2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D41

Black with #CF2D41

Text Example


Text Example

White with #CF2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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