Html Css Color HEX #CB232A Fire Engine Red

📋 copy color: '#CB232A'

red 203 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #CB232A

Tints of Fire Engine Red #CB232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 72.5%
G = 12.5%
B = 15%

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

#CB232A (or 0xCB232A) is known color: Fire Engine Red. HEX triplet: CB, 23 and 2A. RGB value is (203,35,42). Sum of RGB (Red+Green+Blue) = 203+35+42=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB232A is #34DCD5. Grayscale: #565656. Windows color (decimal): -3464406 or 2761675. OLE color: 2761675.

HSL color Cylindrical-coordinate representation of color #CB232A: hue angle of 357.5º 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 #CB232A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 42 -
CMYK 0 0.83 0.79 0.20
HSL 357.5º 0.71% 0.47% -
HSV(B) 357.5º 0.83% 0.8% -
XYZ 25.65 14.07 3.55 -
YUV 86.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 203 35 42 0 0.83 0.79 0.20 357.5 0.71 0.47
Hex CB 23 2A 0 53 4F 14 166 47 2F
Octal 313 43 52 0 123 117 24 546 107 57
Binary 11001011 100011 101010 0 1010011 1001111 10100 101100110 1000111 101111

Color Harmonies of #CB232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB232A

Black with #CB232A

Text Example


Text Example

White with #CB232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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