Html Css Color HEX #CB002F Crimson

📋 copy color: '#CB002F'

red 203 ◦ green 0 ◦ blue 47

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

Shades of Crimson #CB002F

Tints of Crimson #CB002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.2%
G = 0%
B = 18.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB002F (or 0xCB002F) is known color: Crimson. HEX triplet: CB, 00 and 2F. RGB value is (203,0,47). Sum of RGB (Red+Green+Blue) = 203+0+47=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB002F is #34FFD0. Grayscale: #424242. Windows color (decimal): -3473361 or 3080395. OLE color: 3080395.

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

Color convert

RGB 203 0 47 -
CMYK 0 1 0.77 0.20
HSL 346.11º 1% 0.4% -
HSV(B) 346.11º 1% 0.8% -
XYZ 25.14 12.9 3.85 -
YUV 66.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 203 0 47 0 1 0.77 0.20 346.11 1 0.4
Hex CB 0 2F 0 64 4D 14 15A 64 28
Octal 313 0 57 0 144 115 24 532 144 50
Binary 11001011 0 101111 0 1100100 1001101 10100 101011010 1100100 101000

Color Harmonies of #CB002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB002F

Black with #CB002F

Text Example


Text Example

White with #CB002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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