Html Css Color HEX #CF192B Fire Engine Red

📋 copy color: '#CF192B'

red 207 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #CF192B

Tints of Fire Engine Red #CF192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 75.27%
G = 9.09%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF192B (or 0xCF192B) is known color: Fire Engine Red. HEX triplet: CF, 19 and 2B. RGB value is (207,25,43). Sum of RGB (Red+Green+Blue) = 207+25+43=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF192B is #30E6D4. Grayscale: #515151. Windows color (decimal): -3204821 or 2824655. OLE color: 2824655.

HSL color Cylindrical-coordinate representation of color #CF192B: hue angle of 354.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 43 -
CMYK 0 0.88 0.79 0.19
HSL 354.07º 0.78% 0.45% -
HSV(B) 354.07º 0.88% 0.81% -
XYZ 26.52 14.14 3.62 -
YUV 81.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 207 25 43 0 0.88 0.79 0.19 354.07 0.78 0.45
Hex CF 19 2B 0 58 4F 13 162 4E 2D
Octal 317 31 53 0 130 117 23 542 116 55
Binary 11001111 11001 101011 0 1011000 1001111 10011 101100010 1001110 101101

Color Harmonies of #CF192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF192B

Black with #CF192B

Text Example


Text Example

White with #CF192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF192B; }

 p { color: rgb(207,25,43); }

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

background-color css

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

 a { background-color: rgb(207,25,43); }

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

border-color css

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

 span { border-color: rgb(207,25,43); }

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