Html Css Color HEX #CF223D Cardinal

📋 copy color: '#CF223D'

red 207 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #CF223D

Tints of Cardinal #CF223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

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

R = 68.54%
G = 11.26%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF223D (or 0xCF223D) is known color: Cardinal. HEX triplet: CF, 22 and 3D. RGB value is (207,34,61). Sum of RGB (Red+Green+Blue) = 207+34+61=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF223D is #30DDC2. Grayscale: #585858. Windows color (decimal): -3202499 or 4006607. OLE color: 4006607.

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

Color convert

RGB 207 34 61 -
CMYK 0 0.84 0.71 0.19
HSL 350.64º 0.72% 0.47% -
HSV(B) 350.64º 0.84% 0.81% -
XYZ 27.15 14.75 5.83 -
YUV 88.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 207 34 61 0 0.84 0.71 0.19 350.64 0.72 0.47
Hex CF 22 3D 0 54 47 13 15F 48 2F
Octal 317 42 75 0 124 107 23 537 110 57
Binary 11001111 100010 111101 0 1010100 1000111 10011 101011111 1001000 101111

Color Harmonies of #CF223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF223D

Black with #CF223D

Text Example


Text Example

White with #CF223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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