Html Css Color HEX #CB232B Fire Engine Red

📋 copy color: '#CB232B'

red 203 ◦ green 35 ◦ blue 43

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

Shades of Fire Engine Red #CB232B

Tints of Fire Engine Red #CB232B

RGB

 RED value IS 203 (79.69% from 255) = 72.24%

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 72.24%
G = 12.46%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB232B (or 0xCB232B) is known color: Fire Engine Red. HEX triplet: CB, 23 and 2B. RGB value is (203,35,43). Sum of RGB (Red+Green+Blue) = 203+35+43=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB232B is #34DCD4. Grayscale: #565656. Windows color (decimal): -3464405 or 2827211. OLE color: 2827211.

HSL color Cylindrical-coordinate representation of color #CB232B: hue angle of 357.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB232B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 43 -
CMYK 0 0.83 0.79 0.20
HSL 357.14º 0.71% 0.47% -
HSV(B) 357.14º 0.83% 0.8% -
XYZ 25.67 14.07 3.65 -
YUV 86.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 203 35 43 0 0.83 0.79 0.20 357.14 0.71 0.47
Hex CB 23 2B 0 53 4F 14 165 47 2F
Octal 313 43 53 0 123 117 24 545 107 57
Binary 11001011 100011 101011 0 1010011 1001111 10100 101100101 1000111 101111

Color Harmonies of #CB232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB232B

Black with #CB232B

Text Example


Text Example

White with #CB232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB232B; }

 p { color: rgb(203,35,43); }

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

background-color css

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

 a { background-color: rgb(203,35,43); }

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

border-color css

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

 span { border-color: rgb(203,35,43); }

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