Html Css Color HEX #CF003D Crimson

📋 copy color: '#CF003D'

red 207 ◦ green 0 ◦ blue 61

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

Shades of Crimson #CF003D

Tints of Crimson #CF003D

RGB

 RED value IS 207 (81.25% from 255) = 77.24%

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 77.24%
G = 0%
B = 22.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF003D (or 0xCF003D) is known color: Crimson. HEX triplet: CF, 00 and 3D. RGB value is (207,0,61). Sum of RGB (Red+Green+Blue) = 207+0+61=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF003D is #30FFC2. Grayscale: #444444. Windows color (decimal): -3211203 or 3997903. OLE color: 3997903.

HSL color Cylindrical-coordinate representation of color #CF003D: hue angle of 342.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF003D is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 61 -
CMYK 0 1 0.71 0.19
HSL 342.32º 1% 0.41% -
HSV(B) 342.32º 1% 0.81% -
XYZ 26.57 13.6 5.64 -
YUV 68.85 123.58 226.54 -
System Red Green Blue C M Y K H S L
Decimal 207 0 61 0 1 0.71 0.19 342.32 1 0.41
Hex CF 0 3D 0 64 47 13 156 64 29
Octal 317 0 75 0 144 107 23 526 144 51
Binary 11001111 0 111101 0 1100100 1000111 10011 101010110 1100100 101001

Color Harmonies of #CF003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF003D

Black with #CF003D

Text Example


Text Example

White with #CF003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF003D; }

 p { color: rgb(207,0,61); }

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

background-color css

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

 a { background-color: rgb(207,0,61); }

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

border-color css

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

 span { border-color: rgb(207,0,61); }

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