Html Css Color HEX #CB232F Cardinal

📋 copy color: '#CB232F'

red 203 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #CB232F

Tints of Cardinal #CB232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 71.23%
G = 12.28%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB232F (or 0xCB232F) is known color: Cardinal. HEX triplet: CB, 23 and 2F. RGB value is (203,35,47). Sum of RGB (Red+Green+Blue) = 203+35+47=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB232F is #34DCD0. Grayscale: #565656. Windows color (decimal): -3464401 or 3089355. OLE color: 3089355.

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

Color convert

RGB 203 35 47 -
CMYK 0 0.83 0.77 0.20
HSL 355.71º 0.71% 0.47% -
HSV(B) 355.71º 0.83% 0.8% -
XYZ 25.74 14.1 4.05 -
YUV 86.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 203 35 47 0 0.83 0.77 0.20 355.71 0.71 0.47
Hex CB 23 2F 0 53 4D 14 164 47 2F
Octal 313 43 57 0 123 115 24 544 107 57
Binary 11001011 100011 101111 0 1010011 1001101 10100 101100100 1000111 101111

Color Harmonies of #CB232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB232F

Black with #CB232F

Text Example


Text Example

White with #CB232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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