Html Css Color HEX #CF263F Brick Red

📋 copy color: '#CF263F'

red 207 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #CF263F

Tints of Brick Red #CF263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

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

R = 67.21%
G = 12.34%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF263F (or 0xCF263F) is known color: Brick Red. HEX triplet: CF, 26 and 3F. RGB value is (207,38,63). Sum of RGB (Red+Green+Blue) = 207+38+63=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263F is #30D9C0. Grayscale: #5B5B5B. Windows color (decimal): -3201473 or 4138703. OLE color: 4138703.

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

Color convert

RGB 207 38 63 -
CMYK 0 0.82 0.70 0.19
HSL 351.12º 0.69% 0.48% -
HSV(B) 351.12º 0.82% 0.81% -
XYZ 27.32 15.01 6.16 -
YUV 91.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 207 38 63 0 0.82 0.70 0.19 351.12 0.69 0.48
Hex CF 26 3F 0 52 46 13 15F 45 30
Octal 317 46 77 0 122 106 23 537 105 60
Binary 11001111 100110 111111 0 1010010 1000110 10011 101011111 1000101 110000

Color Harmonies of #CF263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF263F

Black with #CF263F

Text Example


Text Example

White with #CF263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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