Html Css Color HEX #CF204B Brick Red

📋 copy color: '#CF204B'

red 207 ◦ green 32 ◦ blue 75

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

Shades of Brick Red #CF204B

Tints of Brick Red #CF204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 65.92%
G = 10.19%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF204B (or 0xCF204B) is known color: Brick Red. HEX triplet: CF, 20 and 4B. RGB value is (207,32,75). Sum of RGB (Red+Green+Blue) = 207+32+75=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF204B is #30DFB4. Grayscale: #595959. Windows color (decimal): -3202997 or 4923599. OLE color: 4923599.

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

Color convert

RGB 207 32 75 -
CMYK 0 0.85 0.64 0.19
HSL 345.26º 0.73% 0.47% -
HSV(B) 345.26º 0.85% 0.81% -
XYZ 27.52 14.81 8.06 -
YUV 89.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 207 32 75 0 0.85 0.64 0.19 345.26 0.73 0.47
Hex CF 20 4B 0 55 40 13 159 49 2F
Octal 317 40 113 0 125 100 23 531 111 57
Binary 11001111 100000 1001011 0 1010101 1000000 10011 101011001 1001001 101111

Color Harmonies of #CF204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF204B

Black with #CF204B

Text Example


Text Example

White with #CF204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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