Html Css Color HEX #CB202F Cardinal

📋 copy color: '#CB202F'

red 203 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #CB202F

Tints of Cardinal #CB202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 71.99%
G = 11.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB202F (or 0xCB202F) is known color: Cardinal. HEX triplet: CB, 20 and 2F. RGB value is (203,32,47). Sum of RGB (Red+Green+Blue) = 203+32+47=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB202F is #34DFD0. Grayscale: #545454. Windows color (decimal): -3465169 or 3088587. OLE color: 3088587.

HSL color Cylindrical-coordinate representation of color #CB202F: hue angle of 354.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB202F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 47 -
CMYK 0 0.84 0.77 0.20
HSL 354.74º 0.73% 0.46% -
HSV(B) 354.74º 0.84% 0.8% -
XYZ 25.66 13.93 4.03 -
YUV 84.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 203 32 47 0 0.84 0.77 0.20 354.74 0.73 0.46
Hex CB 20 2F 0 54 4D 14 163 49 2E
Octal 313 40 57 0 124 115 24 543 111 56
Binary 11001011 100000 101111 0 1010100 1001101 10100 101100011 1001001 101110

Color Harmonies of #CB202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB202F

Black with #CB202F

Text Example


Text Example

White with #CB202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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