Html Css Color HEX #CF333F Brick Red

📋 copy color: '#CF333F'

red 207 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #CF333F

Tints of Brick Red #CF333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 64.49%
G = 15.89%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF333F (or 0xCF333F) is known color: Brick Red. HEX triplet: CF, 33 and 3F. RGB value is (207,51,63). Sum of RGB (Red+Green+Blue) = 207+51+63=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF333F is #30CCC0. Grayscale: #636363. Windows color (decimal): -3198145 or 4142031. OLE color: 4142031.

HSL color Cylindrical-coordinate representation of color #CF333F: hue angle of 355.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF333F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 63 -
CMYK 0 0.75 0.70 0.19
HSL 355.38º 0.62% 0.51% -
HSV(B) 355.38º 0.75% 0.81% -
XYZ 27.81 15.99 6.32 -
YUV 99.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 207 51 63 0 0.75 0.70 0.19 355.38 0.62 0.51
Hex CF 33 3F 0 4B 46 13 163 3E 33
Octal 317 63 77 0 113 106 23 543 76 63
Binary 11001111 110011 111111 0 1001011 1000110 10011 101100011 111110 110011

Color Harmonies of #CF333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF333F

Black with #CF333F

Text Example


Text Example

White with #CF333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF333F; }

 p { color: rgb(207,51,63); }

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

background-color css

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

 a { background-color: rgb(207,51,63); }

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

border-color css

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

 span { border-color: rgb(207,51,63); }

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